Loading Tool

Explorer IconExplorer

Memory Pool

30,797 transactions (4.97 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 41.50/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,597 000000000000000000022b910000000000000000000000000000000000000000 2,328 0.01971499 BTC 0.71 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,596 (753,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,605 158,605 00000000000002facc3e9d00daf30b3d864e48a24c431d995c3fbbff9208b404 0.00 MB 13 85
158,604 158,604 00000000000002aae45d8491f7a83b7f57d351edff0f7bbee514914451f0d688 0.05 MB 124 126
158,603 158,603 00000000000000006197e7c8dbd0c8014913a4ed042bd93f327c11d5964dcdfc 0.00 MB 10 104
158,602 158,602 00000000000000a0d15709ddcc8a4448749bb4f66d5ffd49fa30387d0485ee7c 0.01 MB 13 24
158,601 158,601 0000000000000130f0f7675b0bf6ec852281008512312d510e7ee349b784479d 0.00 MB 7 499
158,600 158,600 0000000000000e10bb679395973a73d92af1dd7333c890de12b281c04b20da38 0.01 MB 29 120
158,599 158,599 000000000000047cd17660c63824ed5050d870af83af6be41ea8366a3d257afb 0.01 MB 29 191
158,598 158,598 00000000000006f894a210eec52b03a86c120cce119c7d50ce5dbda33494814f 0.00 MB 8 55
158,597 158,597 00000000000000d8128fde519021173a4760f59621a2047125963de5e541e60f 0.02 MB 49 98
158,596 158,596 000000000000046651782e5a08c4892bd41f8e19189fe4e082e5da10a5228fd1 0.03 MB 58 138
158,595 158,595 000000000000073d97114b61b81234d0c0c3a57be07ad31c851ba8734c58ac09 0.00 MB 9 641
158,594 158,594 0000000000000de4f2575640e91a2d590e69d26f24b3948df49b012f18e70392 0.00 MB 8 367
158,593 158,593 0000000000000639398eec020f2c422bc2ad5b3b3dada8912064eb2a09f12d0c 0.01 MB 16 185
158,592 158,592 0000000000000743d06be21d75a746ca7da141f60f591e7c98aaf3eaec3d4407 0.01 MB 18 270
158,591 158,591 0000000000000420088b3ced34f74e94aae8bb7973fe9b460f6067be7679dff9 0.01 MB 11 49
158,590 158,590 0000000000000920a9caed172be46faa3ec5816f534d560d5cc950dd6e721022 0.02 MB 47 70
158,589 158,589 0000000000000c18cdf3d59bb1081701f871fda42602f981d73237b2125c13a1 0.04 MB 136 115
158,588 158,588 00000000000004876c219002c6a1b273326c72e283dfb8f227ee32d3e2c60d6c 0.02 MB 63 49
158,587 158,587 000000000000078a1c8b25b07f8e41efb49cf056b3afc2f6b44478faebafd8bb 0.01 MB 10 24
158,586 158,586 0000000000000dec8ffdc8b531ecce7be17a9bf322aac20edf8d82cf52a87742 0.03 MB 41 66
158,585 158,585 00000000000003cb1ec22d12999fc76c56b1dc1ebf9b04402b63c3ad92c17d6a 0.00 MB 9 46
Previous 10 blocks ↓
Total Size: 778.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 54
    • Outgoing: 10
  • Data Transfer:
    • Sent: 20.25 GB
    • Received: 0.38 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.