Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,810 transactions (1.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,196 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,373 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,195 (892,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,655 17,655 0000000079e7a8844f5e0204cfe2da6610ec497bd3bdb1a1e5e7a613069f35e2 0.00 MB 1 0
17,654 17,654 00000000bad56b50cbb12ccb449a65cc3f1a8f40971b0715d8170d75bea38d34 0.00 MB 1 0
17,653 17,653 00000000579d8708a06b6b32ada6309405f1ca2cceed27f48717ac966d5a9ba3 0.00 MB 1 0
17,652 17,652 0000000059ae075795dd0d5aec6c35422e1a5a6cdf576878bb382d378fe892d1 0.00 MB 1 0
17,651 17,651 000000006b734243a25b8cab511437107b2c6ad11584a4d2f060478181cf29f3 0.00 MB 1 0
17,650 17,650 00000000936063310af5012b92753619d9f7971b259fa85645c9739ce301b5d1 0.00 MB 1 0
17,649 17,649 00000000de71d02c4fb2452fe01f1369f8fc79913cf13fc69721439d00ec20e0 0.00 MB 1 0
17,648 17,648 000000002fa881a0060113669b486e422d256e7127a4f7f43b57c72a8f7cad61 0.00 MB 1 0
17,647 17,647 00000000f99121063e74e5e54b44c1aac09a3697905e9d658862d7c826180651 0.00 MB 1 0
17,646 17,646 000000003b5b6099b5f7659cb9eb7d6b608373900d6adb9965dd8956149fe2f9 0.00 MB 1 0
17,645 17,645 00000000d1914a9040eb12809b3dd6f939907369603c483f624c20d0c88d63a7 0.00 MB 1 0
17,644 17,644 00000000b872cd35ad8c5f93452e33c0c9b1cde67befd6894d926bc0359bd9a3 0.00 MB 1 0
17,643 17,643 00000000b6a641a3c34eca5bba3386dab233eaf667c06786fb5e56fc172637c5 0.00 MB 1 0
17,642 17,642 00000000ca89898a7c05051c2c64ce1e3f4100fd4e39589a280016694c3824c5 0.00 MB 1 0
17,641 17,641 000000001d80ce1768db5b4b0215c28e803f069f7aae116f7a76bf9b6fca0445 0.00 MB 1 0
17,640 17,640 00000000ad4abea5ef13dc331ab5300e79dca547d3129f466bef2c860295b896 0.00 MB 1 0
17,639 17,639 000000003fd678716cf0e6bc72c0780a3ddf7ab15c20c8b5b53e2bdc495c8c7c 0.00 MB 1 0
17,638 17,638 000000002ed751adc76fceb6fb60b03520a6e499ef67e52668c41ca6ec770131 0.00 MB 1 0
17,637 17,637 00000000f1aa7e7f116ac821be901b3008e0756d5170d78f9a42ec62f9d060f2 0.00 MB 1 0
17,636 17,636 000000000beb08a10a7aad95bcd16a6250ff8f57ec15d69305c4548c727e71b2 0.00 MB 1 0
17,635 17,635 00000000325a8b520dde16538e0529fa6d15de5cb90c33edac3f6818bab60422 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.75 GB

Node Information

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