Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,309 transactions (0.69 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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,961 000000000000000000022b910000000000000000000000000000000000000000 0.68 vMB 2,304 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,960 (27,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,282 884,282 00000000000000000000fc30eb5aa6989fe5fd9146d8733ff626fe88fa43aa19 1.82 MB 2,319 2
884,281 884,281 00000000000000000001b7c930d509b48781a17e90e782863e81575d441fb937 2.16 MB 1,102 1
884,280 884,280 000000000000000000005d120aee104cc9ae995e4c0534a67bab5c1df56dfee2 1.73 MB 2,203 3
884,279 884,279 0000000000000000000046ff0ece0066cadff8555610f59352eafaadc7dee149 1.45 MB 2,661 4
884,278 884,278 000000000000000000012fa46010ef3b42ca861a8ab700b7164b6e201f1f1e95 1.65 MB 2,728 4
884,277 884,277 000000000000000000025b1361218ee2fd02e541b1071d57d1c0271afbc53a64 1.54 MB 2,144 4
884,276 884,276 00000000000000000001233a863318e7231f563886654d13767f26c848f8ebbe 1.58 MB 2,981 6
884,275 884,275 00000000000000000001e793b5663f356400b74997da0e2c7a223ad2e501ae33 1.44 MB 2,672 4
884,274 884,274 00000000000000000001bcfd24f4a1d0aff4298f42d39ab1781e48867b1007f7 2.24 MB 545 1
884,273 884,273 0000000000000000000117b34ff863e31b0ace38e72dfdc1dbee938661495739 2.01 MB 1,459 3
884,272 884,272 000000000000000000001da5da6af634fad816702065b2a6356c2aa325bf9866 1.92 MB 2,327 3
884,271 884,271 0000000000000000000260d6e9899222434845141d5a1d2b747d3422482c416a 2.14 MB 1,752 1
884,270 884,270 00000000000000000001be02d95c472a2e84485623b3d0e018b7c96b6d5ba39f 1.58 MB 2,974 4
884,269 884,269 00000000000000000000830b9faf20ec85685b16697970d8af782aabe9395103 1.40 MB 2,135 5
884,268 884,268 00000000000000000001e148aa425d8e03cd2f8f54558fce7beb5196cc5a68e6 1.47 MB 2,875 5
884,267 884,267 00000000000000000000cf8a782dc62c3e3888f4eb3653a6ed020dc1e4d2aa38 2.14 MB 511 1
884,266 884,266 000000000000000000024360aa851c8ae9610663bfc6cdc5efd07ad4cdee188c 2.28 MB 478 1
884,265 884,265 0000000000000000000021648899ebe753c0b880e368040974bffbb6e9d22ffd 2.18 MB 1,733 2
884,264 884,264 000000000000000000009ad80bf160a1333005e831478ac0151bd9fc4ab225f2 2.30 MB 311 1
884,263 884,263 0000000000000000000161f1d3f409f2e4013e394edd12f265816c1299960071 1.92 MB 2,215 3
884,262 884,262 00000000000000000002205bd2585bb1f6798c82cc3a677926311a5f178151fa 1.95 MB 2,162 3
Previous 10 blocks ↓
Total Size: 777.01 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,497.64 GB sent, 133.51 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.