Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,968 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,753 000000000000000000022b910000000000000000000000000000000000000000 0.68 vMB 1,950 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,752 (894,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,499 17,499 000000004ea8dd572076e6b289516568929880f067b8b9a40d0cff0a8917ba7a 0.00 MB 1 0
17,498 17,498 00000000510a661fd1ab56d47c3116c2da0dba05ee9a8c45b81c20e43a87db62 0.00 MB 1 0
17,497 17,497 000000007d721ed97d45e357e79b0863f28c1e7630e3fc06a5cf52c0f2fc6ccb 0.00 MB 1 0
17,496 17,496 00000000e6dcba76c3285c8e94754d41b668729abea66857dcdf046187b705a8 0.00 MB 1 0
17,495 17,495 00000000838513b446a1a5a721565a3d4c5dc72d90be1ba783093fcfdbc196a3 0.00 MB 1 0
17,494 17,494 000000004db63c9968ab045cd78d950a2f0478c2f5a49821a57c345ff9ad3439 0.00 MB 1 0
17,493 17,493 0000000034e0e38c0542b985d7e4aa6a80fd2c4a2daca84f4a26398a47715c85 0.00 MB 1 0
17,492 17,492 000000000ee9ad0d5bd086c93849a66a70738f5f51aca7d923865200f45da05a 0.00 MB 1 0
17,491 17,491 00000000c022651e8a484a8b94f7ffb23c7b447186cdbd95cd41c302832a54ea 0.00 MB 1 0
17,490 17,490 00000000e0733a25b49d0e61cf334060a59179c7bbcd4f2958ca7ec28d005dce 0.00 MB 1 0
17,489 17,489 000000003bf1f150b537179bcc6e0ebe9c7078def0bf91390ada9f9097ecfba8 0.00 MB 1 0
17,488 17,488 000000007e6c31ad43026cdf3541aed706ebdd12aff979dec724b7bef0a97fe8 0.00 MB 1 0
17,487 17,487 00000000daf243a841f1eeeb96c5ac53f36098fd21f92239d135f1844a628cf8 0.00 MB 1 0
17,486 17,486 00000000c033b814a66cc2bb4082f9322331abf813f57ea00a01376be5dbb001 0.00 MB 1 0
17,485 17,485 000000002f84767972c16cbb2a7dccf022ead09c60659307308e299d9109e167 0.00 MB 1 0
17,484 17,484 00000000b5c81c4d4cd17012e0f6c6ea8733d29798aa0e439d0431b081518e79 0.00 MB 1 0
17,483 17,483 0000000035a81c6fda752cf1bb0819a7299b6fb04754e56d384da13cb10be1fc 0.00 MB 1 0
17,482 17,482 0000000007b3e6c5a5184c6efd5a17108dede35dc5c44884b5b73f7a0b229ab0 0.00 MB 1 0
17,481 17,481 000000000684ebc5e59a08361021a104d1bbb00e97df2011cb266e5e499662e2 0.00 MB 1 0
17,480 17,480 0000000093e2ae2131a7f344790136f59ee61faa8819924a15cf63e7bdf9e078 0.00 MB 1 0
17,479 17,479 00000000224a289812d3f3fcc0203b97b0f7b7db0abf94e4f47fc11dc5c2eafe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.62 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,428.91 GB sent, 131.71 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.