Loading Tool

Explorer IconExplorer

Memory Pool

98,569 transactions
25.94 vMB
0.07549449 BTC
Random Selection Loading Transactions
Max Size: 174.23/200 MB

Candidate Block

Mining Attempt 34d51d27bf8cfe931429f88278e2c1add026246f6bcf4412ca61cae065c15ad5
Version 20000000
Previous Block 00000000000000000000b7bac6595d21a43a1aa5fe17f1b4a0e4537845029887
Merkle Root 74775753d6c707bd8cd06252052348ddc0d811e93c1ee5fb27b5b91876902d41
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,665
Size: 1.00 vMB
Total Fees: 0.01330480 BTC
Feerates: 40.21 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,076 (832,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,635 83,635 000000000020c76fef934ffd6ee8248c4c34a6ea8b5dbe9b29a02f4f2f77d142 3 0.00/1.00 vMB 0
83,634 83,634 0000000000046b45f78697168816986f52ec6e546570695dfae33db9c60f24b5 8 0.00/1.00 vMB 0
83,633 83,633 00000000002281c100fc0f4405ffd5bd3b90a391a9b94990279bac3a85519794 1 0.00/1.00 vMB 0
83,632 83,632 000000000029c895e59224343ad1959c14f28a44e90c61c90c646efad9dc71bb 1 0.00/1.00 vMB 0
83,631 83,631 000000000007cbfebb6c989f16007c007e769b3cbdeead4f0ab25f75812f14f1 4 0.00/1.00 vMB 0
83,630 83,630 000000000006d3be163f1f67218be1c4cfc11370c40b6bcdada6156079eda980 1 0.00/1.00 vMB 0
83,629 83,629 0000000000217ccd670e15802891fa3fc4793fb73b091245ea0d49492d7bd255 1 0.00/1.00 vMB 0
83,628 83,628 0000000000084d5945ecf96d1d3f28990c6b52745b7eac2dbaa2c96d7031365b 1 0.00/1.00 vMB 0
83,627 83,627 00000000000221055194c1ed98e69818c7d5d9ef2470d698c3b3fba7590a7267 10 0.01/1.00 vMB 0
83,626 83,626 000000000021c4606d69e277476e3d228c2a61a8853a0d1018e203c2422143c5 3 0.00/1.00 vMB 0
83,625 83,625 00000000002e6481f166522b75aad07f307128d84599d8ef88dfcb7714e5c282 1 0.00/1.00 vMB 0
83,624 83,624 0000000000242efb46d6b0562e74b1c9bca94bd0581c3e0996052442e1422a97 3 0.00/1.00 vMB 0
83,623 83,623 000000000011c75cdd0de3274e1a7a90af46943de38c332f7c1182dc178a433b 3 0.00/1.00 vMB 0
83,622 83,622 00000000000774fa6e8f8285aa0a985f68e9fe71d5a56d2858edaf9b05282781 1 0.00/1.00 vMB 0
83,621 83,621 0000000000205960fcafcb1a2ed29c4cd59b95c1af7cbfb3983d1bdf5eaa2e30 3 0.00/1.00 vMB 0
83,620 83,620 0000000000249fd2300b47b59a688ad34e685b9e085bf01d032dd0d145a7bed2 2 0.00/1.00 vMB 0
83,619 83,619 000000000011d8c4cf53d51b66df0cfae74796f674baed6ff8e52412506c919e 5 0.00/1.00 vMB 0
83,618 83,618 00000000001f6e0c4bfc780101e32156984ada5e9b77036b9b71c483d5360c47 3 0.00/1.00 vMB 0
83,617 83,617 00000000001bdbb2b76f2c191f3268a27c6270ab9f8e323cf8454148fff16abd 2 0.00/1.00 vMB 0
83,616 83,616 0000000000086ae9c48ef28dfb1a30792828a73be8e7baea53dea72b0ff263ce 3 0.00/1.00 vMB 0
83,615 83,615 0000000000059c9dbcf587a19c13d5e87a4e0e54b6fd5e39a255b90c0e6a8c47 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.25 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: 814.64 GB
    • Received: 23.98 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.