Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,636 transactions (0.91 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,096 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.91 vMB 2,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,095 (851,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,329 58,329 000000000de932d577ed80a630d029f7037ba79d37801c032f5ee2e182eb6f94 0.00 MB 1 0
58,328 58,328 00000000018fa6bc6ccadb1bbe46d82a7f3d99713db4e0ba4c92e1ecdca06d98 0.00 MB 1 0
58,327 58,327 000000000535a0a58e7dc8e08c5fbf87d56209fc6e6ccacf2186d36e46bcd820 0.00 MB 1 0
58,326 58,326 000000000a2088a764e570a52266eb8b1b6fc2bf18e19e0cacfe3961a5a56536 0.00 MB 1 0
58,325 58,325 0000000010c21c7ee41bcd2b75aa2f2a649dcb5c87f2f40d6113726b94c85775 0.00 MB 1 0
58,324 58,324 0000000010db0413619d7256af76be35c3c2e9bf21fe922df8584347ee3e75de 0.00 MB 2 0
58,323 58,323 000000000c6f84db0747614503a2d9a6564e8f29a9e2ceb2a1b87c3e335ccc77 0.00 MB 1 0
58,322 58,322 000000000e5ade2434058b20481f985e326299ccf1531520f0f860e3b6117fe0 0.00 MB 2 0
58,321 58,321 000000000c2df6eb3979cee3237f2de19f588337973815566972fcbb9261b702 0.00 MB 1 0
58,320 58,320 000000000d2ecc5519bcdddac5ae063983993abc5642bcee07fbb32374b214e6 0.00 MB 1 0
58,319 58,319 0000000005783fc319c09066917694f9de8d554295ea6700230f3efaacd7630d 0.00 MB 1 0
58,318 58,318 000000000bc1ffcbf0cf3ef9fbd79ca68ff4983b886d26064f305e840a3ad904 0.00 MB 1 0
58,317 58,317 00000000154923ccb2f5f941adc99d5af2c619461f44e7ef1914a2efcd0dbf62 0.00 MB 1 0
58,316 58,316 00000000141e773b1274163655b22c27fe7c3284f386cec697f7d67c2bc04291 0.00 MB 1 0
58,315 58,315 00000000113f860bc963006e67749d302e04d06c603b33829b70f123c3343af4 0.00 MB 4 0
58,314 58,314 0000000004ed9c13a42a7dcec56281a137589ac86ffa56ac50b61bb6d8b4281b 0.00 MB 2 0
58,313 58,313 0000000010bf5ad88281217db9cc088ca7399dc1984d41d61c6dcfb6cf32e7a1 0.00 MB 3 0
58,312 58,312 000000001515def5a9298bc34ca88c1ce000ab69d1db00d6ceb5b06a5d695e7f 0.00 MB 1 0
58,311 58,311 0000000011463d089e0e60b2134011eb0a42bb69115bf143af07028a512c33ea 0.00 MB 1 0
58,310 58,310 0000000005b17fd57647b9a0b363322604a8c0b962bf2ec3098c25563b2b2ebf 0.00 MB 1 0
58,309 58,309 0000000003955f2e29f573a801c1740718fc9a9eae0e3a4bec2d325e96c66814 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.57 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,188.03 GB sent, 116.31 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.