Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,429 transactions (2.82 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (5 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,633 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,239 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,632 (841,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,829 68,829 0000000000d229ff2e5eb8286ac4dbb7ab932a88cd20b8c6bc4cf9d48f416903 0.00 MB 1 0
68,828 68,828 000000000092a411885cc9136b28a55fff5c48e45f31c85e4c8c757b2210c53d 0.00 MB 3 3,883
68,827 68,827 00000000002f8addf11f214ffb5f96a8a832b8b0d2d79ab16919f165350b62cd 0.00 MB 6 800
68,826 68,826 00000000008405b9126b72ab44bf39e9dc27c961266c261e804aadb19c8a4a8a 0.00 MB 3 0
68,825 68,825 0000000000b10a87e72eba71f990aea41b45b7533f371e9575d1567ce9194962 0.00 MB 1 0
68,824 68,824 00000000007a4afa9e5a608325a75050370dbc9b5df1591ea78b7df336d9db3f 0.00 MB 1 0
68,823 68,823 0000000000df3d15b8b4e1f68fc6b0080070ed1d676226da7b8bb03c3dfb98c3 0.00 MB 1 0
68,822 68,822 0000000000dc43647dd6e4e597835e15f89e5a69056414357458798cfb57149f 0.00 MB 1 0
68,821 68,821 000000000102dbd8310217761cedbd298beade43b646882297b386e20ef24477 0.00 MB 2 3,861
68,820 68,820 000000000043078b705f52b881e7f37456eb7842b5a0e03673b45a7e56145555 0.00 MB 2 0
68,819 68,819 0000000000626e3ae73ac4d413759b3d2c560cc5b8b91a5d11abf5bf6a3e5e26 0.00 MB 3 3,883
68,818 68,818 00000000001fcfa3c2b735505909161a2e1c9aaecbca4dbeaeadd28c17dbf747 0.00 MB 1 0
68,817 68,817 0000000000288da0b295ba7574898cec2f4fb1025ced07793939c0916e3d4b8a 0.00 MB 1 0
68,816 68,816 000000000135acf2f38bae6e1f96563ccd1540c3eab14db40b3c730e577f2681 0.00 MB 4 2,583
68,815 68,815 00000000009bcb7c9b880ef8da749cd3e27603446d2e2fca58874908e5a710e0 0.00 MB 5 1,939
68,814 68,814 00000000002187319c60b2a596a38abcf45eb7cfadd6997689c24f4a28e87614 0.00 MB 2 0
68,813 68,813 0000000000c8284532a8b1e7648a8b029fa18b013c9ba47e653f68780aa337b3 0.00 MB 3 0
68,812 68,812 00000000012068fb79c87642ae3f7dbc2c90790356f8c13b4257577b763c5a52 0.00 MB 2 0
68,811 68,811 000000000070232df4ce44595b9a95031d161970feec7ef8aad15b4649f69409 0.00 MB 1 0
68,810 68,810 000000000069a9a320f87a23aa8e876c3183b087c7d23536d7e1466cda91d815 0.00 MB 1 0
68,809 68,809 00000000002d9cc571c71cfb6ee52730bc2e275bb0ff5768b37d886ac64cdc1d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.55 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,268.28 GB sent, 121.32 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.