Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

584 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
910,279 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,278 (890,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,523 19,523 0000000065c94e06bca64101c0b810dddee7ea6c9751dfefa7d5930c405e9da4 0.00 MB 1 0
19,522 19,522 00000000343f4147e7d212a0fd6aec52c61145a44b289280b7713af8ee7600f9 0.00 MB 1 0
19,521 19,521 0000000080bb6973bc3ebb8c54fb7dfd4996c2611307d5a1a1a62fe1b91978e2 0.00 MB 1 0
19,520 19,520 00000000c8d7d06440eeb6cee58c72e22ec16f63d825a76d8b021e54d801a73c 0.00 MB 1 0
19,519 19,519 0000000065c9c77e302fc0e005fef50945277e54927bd84626a0deb3bd062a4a 0.00 MB 1 0
19,518 19,518 0000000041a81a3350185c25b61d01e3115df01d6303883e8a284f92d2630d0e 0.00 MB 1 0
19,517 19,517 00000000e6bd2535344a52366048a5955ed6ab09c91231c3e9b01317d255c895 0.00 MB 1 0
19,516 19,516 0000000066813e6a41846e18394b39cbc62a34d5f6687b2d80a365698447094d 0.00 MB 1 0
19,515 19,515 00000000d315ef46ad807272a0934411f7f1a79dcba969535833dea2931320a8 0.00 MB 1 0
19,514 19,514 00000000dc3af788bf8524c5b703509fa24b33bc02f65ec1a1ee9705d611787c 0.00 MB 1 0
19,513 19,513 000000001ca74a6840ed62d432654cbf6904684ab0df136ee7f1b37b0616ecf6 0.00 MB 1 0
19,512 19,512 00000000523c9c6d97ab382df3c7f115656d48d1d1f2832095b1186029f94029 0.00 MB 1 0
19,511 19,511 00000000720f72a1966a449376593d6eceedc171a53c73bf6627d05aef811aad 0.00 MB 1 0
19,510 19,510 00000000e36aff65b03f6056a9577a457249c4859eca0bc8922fd00c707bd270 0.00 MB 1 0
19,509 19,509 0000000054e61bf3a8965f52620e7175e8d01875b7aedb813a681431cc0c15e5 0.00 MB 1 0
19,508 19,508 00000000fbb8281970b28ea9556448051a80840756f44481b924bde5a57f6112 0.00 MB 1 0
19,507 19,507 00000000a0a19fd487409a567d87211ee50d7ead53e48bd9e5e5119c55adcc6f 0.00 MB 1 0
19,506 19,506 000000003a616662b933ac669e60f500f9f4fc6bee6df2939ee76fa30d9970ba 0.00 MB 1 0
19,505 19,505 000000003f8167e7a274b66c055ca26df15657339f182574e4c899fd13c2c70d 0.00 MB 1 0
19,504 19,504 00000000322920a97fa012e1cbe77b6becd1b94f7d3c4c6769e5b0148ac207ea 0.00 MB 1 0
19,503 19,503 00000000d5caa5abbe4efaa20e81a2b839c8cf103de1ce0675efd6489e7efe52 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.92 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,227.22 GB sent, 118.13 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.