Loading Tool

Explorer IconExplorer

Memory Pool

25,122 transactions
11.10 vMB
0.02825385 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.79/200 MB

Candidate Block

Mining Attempt 1d21f43c910cb3ac2a141df015758a9a539d325a652f1be99162d49b58755924
Version 20000000
Previous Block 00000000000000000000af67d77d008b3c0a15a7e4e7bef1f85054c6ea64b548
Merkle Root 7b83b3bc37ed648997f4db4934f59de9e703abdb825ffd7ea85d314696cf347d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,913
Size: 0.99786 1.00/1.00 vMB
Total Fees: 0.00982561 BTC
Feerates: 100.36 > 0.98 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,589 (108,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,115 805,115 00000000000000000000dcd1e2da5df9f91734e421299fe12e9f237c5cd9e6f1 3,229 1.00/1.00 vMB 10
805,114 805,114 0000000000000000000094c07c56b94d105e34e6ae613739287a4cf55cd7ba79 2,577 1.00/1.00 vMB 11
805,113 805,113 0000000000000000000324cd037f3e99113018f8202c507e62ecb29e763f06a9 5,702 1.00/1.00 vMB 8
805,112 805,112 0000000000000000000104222b47298a45d238887b58eb2557e40bdd1e498c93 4,508 1.00/1.00 vMB 8
805,111 805,111 00000000000000000004c98ab74d83f59aec813bd1b1f2ed0793f461a6f524c9 2,466 1.00/1.00 vMB 13
805,110 805,110 000000000000000000036849087f6cc79ed91b4319d19bb7002a38efa00aa602 2,082 1.00/1.00 vMB 6
805,109 805,109 00000000000000000001c3052aaf53f379e61546c08410cccfee765a7ea3a38c 1,604 1.00/1.00 vMB 8
805,108 805,108 000000000000000000004f4d0aa693c254b8aa2cb4c05af55940dc29ea4f656e 1,545 1.00/1.00 vMB 12
805,107 805,107 00000000000000000001f967e63b876d78cc2b4b41c144431fdf98fc0ec56c2f 2,558 1.00/1.00 vMB 15
805,106 805,106 000000000000000000035709a5501e227a18c6574ec74c37f4fa56553521a9ea 3,127 1.00/1.00 vMB 17
805,105 805,105 00000000000000000002e69f1de785e66ec45ef1fd3372a90b9f61e939c3b4f7 2,217 1.00/1.00 vMB 12
805,104 805,104 0000000000000000000055654e06f51b1671be245909927f45e94204de7bdede 4,902 1.00/1.00 vMB 6
805,103 805,103 00000000000000000003a55f9e36d72fe7739872055697185eb0307be017ddcf 3,137 1.00/1.00 vMB 10
805,102 805,102 00000000000000000003bfbe7f606d6c0e1df2f92d7a395fa7b7c2c72156f6e7 4,302 1.00/1.00 vMB 9
805,101 805,101 00000000000000000004d5f382d2570221460dd698a3f366d53c8a171672414b 2,886 1.00/1.00 vMB 6
805,100 805,100 000000000000000000003cf0c045628fa56a39aa862a92c286397287dba54228 2,613 1.00/1.00 vMB 10
805,099 805,099 00000000000000000001cc2caa2144bfc7a3df61e78eccdab99e94b5eaef8998 4,443 1.00/1.00 vMB 6
805,098 805,098 000000000000000000030491effda607b16482c674af6c34e3b4b1eec60c6e54 1,354 1.00/1.00 vMB 10
805,097 805,097 00000000000000000004d48892d007548050973333fe90e344d8cf1bca21e59f 2,710 1.00/1.00 vMB 17
805,096 805,096 0000000000000000000396dbe62141a4546967e301d32239ea368810eccbdd68 3,293 1.00/1.00 vMB 7
805,095 805,095 000000000000000000030721ab39b63f80f93703ef693377695fb3823d891e5f 4,230 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 779.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 454.66 GB
    • Received: 2.55 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.