Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

536 transactions (0.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,068 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 530 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (886,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,533 24,533 0000000009120f1b3090e72f1aea3e8aac57f02eb3f3f413bfb60585bab085c7 0.00 MB 1 0
24,532 24,532 00000000d833a717ff6d749a5086560c41ad9bf3b6715468d26d10e16cfb9dbb 0.00 MB 1 0
24,531 24,531 00000000f8bef776fedfa3a6797ea5d74fadc8ae9fcfa4fb8bdaed8e3989a6e3 0.00 MB 1 0
24,530 24,530 00000000c337b655cd0bee8bf085ce90ad764716cfe35745ad1b7b1efe5c802a 0.00 MB 1 0
24,529 24,529 00000000309631ed38d542ee5d0f0d7e1aa880619b7ba5d5bd692ca082c80721 0.00 MB 1 0
24,528 24,528 000000006b3229467fbcb3d02c1262f8038fd240f6215c2e7e3d93b5d1195143 0.00 MB 1 0
24,527 24,527 0000000077eb11783766f28b065a8af2348c3e7736ea7fa6500e0e421ab73f63 0.00 MB 1 0
24,526 24,526 00000000668df14f96855f1d6df032ae6e00dac79fd4f6cf6df0288c507e2097 0.00 MB 1 0
24,525 24,525 00000000325c00ab498f3e153ad3d89a4a3239528265a8a331a4d049ee90852a 0.00 MB 1 0
24,524 24,524 000000004749cba4cec9eb35f0c987242d8fd50f3c05d9730b21f6214296250d 0.00 MB 1 0
24,523 24,523 00000000d09855ef41f1130b13706647437a242c21dd3d6f1085ec4726758cc4 0.00 MB 1 0
24,522 24,522 0000000002606df12af537d4f19112c49835240719c6b0cdf326915709575e54 0.00 MB 1 0
24,521 24,521 00000000f7c6027ef864332c7d18f62c8f2c5b3514a1b6f0a1317890ad72f48e 0.00 MB 1 0
24,520 24,520 000000005c4d0dbdd96ba635ab1dceeeb6163a1ac02d80464f0830ba74def633 0.00 MB 1 0
24,519 24,519 00000000c412b8460ddb24a4dd6f36ee47e939ba91dc83590807b3f02557f6a8 0.00 MB 1 0
24,518 24,518 0000000091336a9c14a3177ff62110b72765576a88582a8c699e27dddb086a4c 0.00 MB 1 0
24,517 24,517 00000000766cf1f3c7ceb74585a2a3d17e958fb5a432cb719c616c18ed07c5e8 0.00 MB 1 0
24,516 24,516 000000000909c46eab5601fda9e3ac9ccd75b300e9d518e4ebb7ea92d021e63c 0.00 MB 1 0
24,515 24,515 000000009570163812b589cf2de2e7d2e1f359983caa8679c86740587bd30704 0.00 MB 1 0
24,514 24,514 00000000cce615cb13fcc41604ce192e450f894ed6b09e426f603431d764c317 0.00 MB 1 0
24,513 24,513 000000008b2e22539661066871b0b712f0f6d80b45a186d9454fda210b91f755 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.37 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,367.39 GB sent, 125.61 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.