Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,440 transactions (1.27 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 3 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
909,881 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,540 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,880 (870,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,832 39,832 0000000064c5073db20a4e3a17eeed065d43de16958116b72a89567d886aafd6 0.00 MB 1 0
39,831 39,831 000000002615b8acaaed9f47774aace713847f09654178a8ab035f0fa33d4568 0.00 MB 1 0
39,830 39,830 000000001f3ae61aa8eddfbff4895ffcd10c6bdffb59bab2d67b7a1325ad51c3 0.00 MB 1 0
39,829 39,829 0000000021e3a15a6b667b66a814db47ba484779fe9a55f36f77614041ef7db4 0.00 MB 1 0
39,828 39,828 00000000267f78a2607483fc9b72afdd0c58db0faf455becf7352c74a994c9a2 0.00 MB 1 0
39,827 39,827 000000003dd7a7ca2e866d45a1c00b5a02c2a1d3d5d8614cd0683c92e0522ef3 0.00 MB 1 0
39,826 39,826 000000005a3993047dc7d7ac4d967d3b416db2fe649270d48c49ba798c68c6fa 0.00 MB 1 0
39,825 39,825 000000004b1c545e2f82514f3fafb093891f0b25d4ab0ec437b48acde60a9333 0.00 MB 1 0
39,824 39,824 00000000117c33391a5a4bb4fe9ddc751240f8c7ac056db31713ddedf095b4ed 0.00 MB 1 0
39,823 39,823 000000001bbf2c682009e220c8e9f82957c73e1121740ab0352e55f9d17263b5 0.00 MB 1 0
39,822 39,822 0000000085795d1c70a1291b1e5f566d966a0fe16922c039ba587e429ae9ddce 0.00 MB 1 0
39,821 39,821 0000000042e5854ea68b85ffbe47fb41edb5bbeb2de02cd63adcac7004974f29 0.00 MB 1 0
39,820 39,820 0000000047cb1f4807c0d35ab01c7e8eba58d21ffc00a0e1a7d6f20454bd679e 0.00 MB 1 0
39,819 39,819 000000007c1358963b2e01e281240b84a5e37510683722312503dfccc12d1c05 0.00 MB 1 0
39,818 39,818 000000007f41509d5bc4d310a9bbe52482b448d98517da151e3a34c446134a70 0.00 MB 1 0
39,817 39,817 00000000651849aebc8ecdc0640dbb9ab8308c85a9f5c5c5e68883ea4ab01a0d 0.00 MB 1 0
39,816 39,816 000000005b54afdc9f5f9ddf39c418b7f6bfa134e0d711774aa4fc87a381414e 0.00 MB 1 0
39,815 39,815 000000005eb1b0f29a89c204c2d926aa1f3768cb6ab7c30aab8d64d22a0813d5 0.00 MB 1 0
39,814 39,814 0000000014aca09b7c339bd68187b357f7f09a6d9ae220c7c5fd099f320d1da8 0.00 MB 1 0
39,813 39,813 000000002340c8bc06327cc34810fbfd4576675e0be205d4a345577bce5cd202 0.00 MB 1 0
39,812 39,812 000000005a1e356283b6e7fc568e5f68341f4abd03f3638d0fc0ff5dba8c40ed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,170.77 GB sent, 114.25 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.