Loading Tool

Explorer IconExplorer

Memory Pool

86,063 transactions
31.50 vMB
0.10414264 BTC
Random Selection Loading Transactions
Max Size: 190.79/200 MB

Candidate Block

Mining Attempt 3bd2cef3295d954f51950291afaf21e04a7475911a9d95895e05f970a256de87
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 4eb9166b4833b254f0bd397f188f3e103119bedd1e22f7bd37aac9ea467583ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,982
Size: 1.00 vMB
Total Fees: 0.02824006 BTC
Feerates: 60.16 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (837,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,124 77,124 00000000003ba3811d5158c40a6d3d0d91ca137a247c6f0a1708422dd5179c9a 3 0.00/1.00 vMB 0
77,123 77,123 00000000000e262933392bc79dc393b34de1ae084aef041e54b62dedea65ad7c 6 0.00/1.00 vMB 497
77,122 77,122 000000000062260a71afbaecf8d39a9fed1449cda474cc31607bc29d031093a8 2 0.00/1.00 vMB 0
77,121 77,121 00000000005a4d20e67080047b6d2d19d62b1024b4666bb0f07da96b719042ae 5 0.00/1.00 vMB 0
77,120 77,120 00000000004c94a6ceae010bfbb706f59ded2e01271d1ebdd4e7826b543eee2b 5 0.00/1.00 vMB 0
77,119 77,119 00000000004629966e659a768b2ff8babb36eebf91c088d9b2292f272a7012ae 2 0.00/1.00 vMB 0
77,118 77,118 00000000001e47946495b18fba801cd8255e1f9cf6015105169ab0dd1b682a68 1 0.00/1.00 vMB 0
77,117 77,117 0000000000178805bc49a0650484b15e5cb2744dd574b520320a1ce00a70dfb4 2 0.00/1.00 vMB 0
77,116 77,116 000000000042a81a534d8e02f40b5c5713e821b3e40b466a72c342e56df89b29 2 0.00/1.00 vMB 0
77,115 77,115 000000000027252bcd86cb3f9840915b56856172f1125b3b4912cb43dea4a22b 1 0.00/1.00 vMB 0
77,114 77,114 000000000039c05ae3a9be0fd178b8d1d2bbee2663b588e52487f597171d463c 5 0.00/1.00 vMB 450
77,113 77,113 0000000000626f379dcf22da742b0cf70cbd244cd6e1f5a0a4dea9e42fafe129 1 0.00/1.00 vMB 0
77,112 77,112 00000000005793276c59dafa447b903a4098212b61180cff18e9e7c68bad4ee4 1 0.00/1.00 vMB 0
77,111 77,111 00000000005351c65e0134d704e6f01cfa01c059dd2985a70581aa7e9626f116 2 0.00/1.00 vMB 0
77,110 77,110 000000000010714f4f12bd92146685e81c1f4b9f1514cea8db947ce671d91759 2 0.00/1.00 vMB 3,875
77,109 77,109 000000000044cfd0cde54a62d201c92d8993aeea8e7e2c4e2f294dcb9fd0bb5d 2 0.00/1.00 vMB 0
77,108 77,108 000000000027145bee5f1f5463bb26c4b13b70aa113032bd241fcee557290864 1 0.00/1.00 vMB 0
77,107 77,107 0000000000577a3728b0dfca353d7f757853f6b70ed3c514ee437067d9eade2b 6 0.00/1.00 vMB 890
77,106 77,106 0000000000392ebf79c9b2f3def8ce2fc31d98086cbc3ca352f732d30b6c08f0 1 0.00/1.00 vMB 0
77,105 77,105 000000000007b0abf37afead75b25da003cde90749b71dcf31bab68dc5ba4296 1 0.00/1.00 vMB 0
77,104 77,104 0000000000676caa3e0fffcc64f0faa27ebb8a066850409cff846d68e1b0ee81 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.31 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: 660.22 GB
    • Received: 14.64 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.