Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,484 transactions (0.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,936 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,468 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,935 (847,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,286 62,286 00000000072896ad57587c6942848ad26c06d558999f040384ef35bdb85eeb39 0.00 MB 3 0
62,285 62,285 00000000091b699bb27175d9c08b3fead423ccd3de4b1b94215a5886f2b0e5af 0.00 MB 1 0
62,284 62,284 000000000d4a91ce2c1d38dbab667744d8855e32c9e13a7a09d3ac4d241f897e 0.00 MB 1 0
62,283 62,283 00000000060f0b3dc03f592fe2c8dca73ebe4b8d10e1be629979a11b19e7d1b4 0.00 MB 3 0
62,282 62,282 000000000a7e73e704d27eb9979c2df5d98e192044653eb303d78e3449b9aa14 0.00 MB 3 0
62,281 62,281 000000000a22f4d3e31941cfcf5e933f4ec986ed2fd2c22d901b9fdc01b4b0b3 0.00 MB 1 0
62,280 62,280 00000000009a4cf9090a757650162e8102a43a32fefb14c572d3a2fdc15ebe25 0.00 MB 3 0
62,279 62,279 000000000c90d894fb914f16eca9c51c68c8edaa7d484b0dda4c7e7a6b1d1851 0.00 MB 1 0
62,278 62,278 000000000752aaf2482099bdb4265a9b638406f18a717b4f4b33f6138419ee44 0.00 MB 1 0
62,277 62,277 000000000d46b02bd1c671c8cbc07f143a2c5c674fba156c4552e29a256146a3 0.00 MB 1 0
62,276 62,276 00000000092ae2a590e9f5aa713971e1e1e68269d793c413a6a456b79fc947f5 0.00 MB 1 0
62,275 62,275 00000000008d6d5bfbf46e82f86186251431cd6c8fc6f88935bccac38c65f840 0.00 MB 1 0
62,274 62,274 000000000e81265465300d396374fffa523a71fcc09d9105cc05661c08c0ea3d 0.00 MB 1 0
62,273 62,273 000000000825844a2bff914866d205a9922a39d2c06866bc4ca5ff5c8fffb05a 0.00 MB 1 0
62,272 62,272 00000000078f7827f55119de385adb629db9442412654440be4ed9cfd7a3069f 0.00 MB 1 0
62,271 62,271 0000000003760eee6b488b0248a7cd8dfcea85ac5469415255500befcd151554 0.00 MB 1 0
62,270 62,270 000000000274b5842b82434cd20b7ee202134be3d75467b698e50a7176c5b860 0.00 MB 1 0
62,269 62,269 000000000be46f48f40630419733a891dffa10e23014faac4c8e7149f1b6b3cc 0.00 MB 1 0
62,268 62,268 00000000080a199b5b47e55537da9046451198ff33ad33ab911f1073d604aaa5 0.00 MB 1 0
62,267 62,267 00000000046ee6b83db9cd707402b48ad09b766e07161f22d1d97f5fa6f0e845 0.00 MB 1 0
62,266 62,266 0000000002eecbed1c11b1de809a8067cf1b1b86d7bee0477446007197384163 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.28 GB

Node Information

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