Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,182 transactions (1.27 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,084 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (852,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,871 57,871 00000000023f515d2ba1b08ccb56f91b017f954e0e15ec5fba90233e9570d9e7 0.00 MB 1 0
57,870 57,870 0000000014ce078da93b0f12d1f60b1d5c17b9471318f5e39d116810ee1e4693 0.00 MB 1 0
57,869 57,869 000000000712dfc54a579a9d32a67fc170f62628cf7dff0bc141cfe620d4a616 0.00 MB 2 0
57,868 57,868 000000000b8e1319f1a49bcef384611e1d6bb97ab487fed2b60f1a87fa8f7ef6 0.00 MB 3 0
57,867 57,867 00000000081f1df9d9051bd581f6d59dd3716688d7817191fdca26c3e4ad54de 0.00 MB 2 0
57,866 57,866 0000000008319325fba35173b994877523539728e9a50cb8223cc9a77eef12e2 0.00 MB 1 0
57,865 57,865 000000000a5938d9f34bbd86a6d72dfb22de4a9900e7aa3f640bd747bc76b391 0.00 MB 2 0
57,864 57,864 000000000782518d2a2be58ead59109d8737ffaa5280d30c75dff7b513db8d83 0.00 MB 1 0
57,863 57,863 000000001510ab8c1a0f533bf82150470a837fd7d5d0ca91b39ac41e81eb18df 0.00 MB 1 0
57,862 57,862 0000000007bf79413167d1741966b32a273ec732782335eb95965fcb4a60c6cc 0.00 MB 1 0
57,861 57,861 00000000032a3d8fc98577d5a52c7e551656909c923d147a90877ab239f40fa9 0.00 MB 1 0
57,860 57,860 000000000f2575e88ad5fba17bf290713a2946bc8a434aff025de42db6a2e6c4 0.00 MB 1 0
57,859 57,859 00000000123a700466ef915bbd1e508b69a7239c5ebc93f4328fd5dccbdadbf8 0.00 MB 1 0
57,858 57,858 000000000aa480714c6a1885363e235eb5ad2d2901b51a0bbb60bb7f97872f16 0.00 MB 5 0
57,857 57,857 0000000010029f24732d2fdf011e39a0f221cf3e9a3fa6c3b78962733ebff148 0.00 MB 1 0
57,856 57,856 00000000038c53efce858c5afcb9d13fe1ceb4b36997a044eaa0a179a00f9617 0.00 MB 1 0
57,855 57,855 0000000007824ef18a64a056d9edad0a76c614a61625f002626e37b601e197eb 0.00 MB 1 0
57,854 57,854 000000000a19cbeaf382c1f5c9dfe030c38c1e84739bf9d1315da9107dc5f462 0.00 MB 1 0
57,853 57,853 0000000014f784d4d2e46425350ec27fb7d086b8a6b131bafee4779bd746d65a 0.00 MB 1 0
57,852 57,852 000000000a42b976c4bad44a60571088d2bdd2de678a4d8bb0394c417ac961fc 0.00 MB 1 0
57,851 57,851 0000000007ae7a5fab5e892ce22d9db02328997f6dba5d7c54d361ec9cd766d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,281.20 GB sent, 121.57 GB received

Notes

  • This page updates every 5 seconds.
  • 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.