Loading Tool

Explorer IconExplorer

Memory Pool

81,349 transactions
31.57 vMB
0.07476342 BTC
Random Selection Loading Transactions
Max Size: 191.78/200 MB

Candidate Block

Mining Attempt fd1dfafcc4e15ebd3c4f193601bbbd49506282ee659c8cee31f7b181beab6c4e
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root 72e57d2b681280c8c0c9a697ffcb3581454c4c1c147cd584b70f5768ffe49d5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,392
Size: 1.00 vMB
Total Fees: 0.00621120 BTC
Feerates: 70.37 > 0.62 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (394,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,863 520,863 0000000000000000001b4bd83bcc40950445f3ab028d374cc2a4c4e6bc446d58 1,324 0.64/1.00 vMB 30
520,862 520,862 0000000000000000003ee2a04f83261b2306e7f1a810d152d774993eaf6b2bbe 203 0.09/1.00 vMB 38
520,861 520,861 0000000000000000001caf2ee15f2e74d52edd0275b8c815a232174c1498973b 496 0.21/1.00 vMB 38
520,860 520,860 0000000000000000000609fdcbcfe835680455c55b2f4e4c10948b5c46e6c47b 919 0.45/1.00 vMB 30
520,859 520,859 000000000000000000252197a6d1b57461b30af3c550df06e1837f0e2347ee7d 61 0.03/1.00 vMB 19
520,858 520,858 0000000000000000002300b191242f4e00d60d88d768554bf9140b6cc6f930a6 1,052 0.59/1.00 vMB 33
520,857 520,857 0000000000000000001d3d4954ed1a3e5605c1d6972693d80a3bbb918c6980b3 661 0.29/1.00 vMB 31
520,856 520,856 00000000000000000020b6e99ab6c36e65e52d5fd14292d81450b362eb9d116b 1,428 0.66/1.00 vMB 43
520,855 520,855 000000000000000000208d2f726e8f616f1110616ccdfd18977544d0dcd1eccb 16 0.01/1.00 vMB 17
520,854 520,854 000000000000000000025ec6af58dddbe861bea4adfd443b1aaa0f0289935a80 1,060 0.56/1.00 vMB 32
520,853 520,853 0000000000000000003de5a7439c2fd626725b3219dddf85981e82c02b640258 386 0.19/1.00 vMB 35
520,852 520,852 0000000000000000002e447ffbb98de214cc6e3bde85fa04e4c28aba6962ebfb 1,716 0.81/1.00 vMB 34
520,851 520,851 00000000000000000024bb6e9625f7dec5aefbd494bdee16f7f4ab08d482412c 472 0.19/1.00 vMB 30
520,850 520,850 000000000000000000100d35114480c96cc4cb972a1fd7e57b5bbd64a205bfd1 964 0.45/1.00 vMB 59
520,849 520,849 00000000000000000039fc9405e0a6558d36f9915030a38c9f3730dcbf2672d4 1,836 0.72/1.00 vMB 71
520,848 520,848 0000000000000000002e1cdc5f2c491b71cf52c690f2a1153da05f5f56cdbb05 545 0.23/1.00 vMB 50
520,847 520,847 0000000000000000001915293a1560a7c57008932b082b7d786ac3f22907be1d 62 0.04/1.00 vMB 60
520,846 520,846 00000000000000000002e243a6a38e965d8787b31baed9c99ecd816aa03cbbbd 709 0.48/1.00 vMB 28
520,845 520,845 000000000000000000370c6a1b4b8d814e3150a9197370134ca1c6bef1f9bf3b 1,642 0.82/1.00 vMB 39
520,844 520,844 0000000000000000003e3dd67534eaa4a271014a745ed03408b08c588e3cac62 903 0.50/1.00 vMB 31
520,843 520,843 0000000000000000003f7c2779ce5a394df049eb733103b1a6f0a62878417124 1,116 0.55/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.