Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,127 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,655 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 1,121 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,654 (838,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,436 71,436 000000000102a07c223f875175af666c0102a52f4301bcad26b66fa23bd434e8 0.00 MB 3 0
71,435 71,435 000000000013001b56dfe5bba12724708e8eed96ae07816f9864e51bdbc06201 0.00 MB 1 0
71,434 71,434 000000000061c73f2be8b0a0df4fedc444f527c0c63c7ef5e7aa251c74349e72 0.00 MB 1 0
71,433 71,433 0000000000fce210a8d89a8d309b01c9a6097d16003536251223923b6dfc7cb5 0.00 MB 1 0
71,432 71,432 00000000001799f2289f247245c9ad66f0dfb52763f0e296a9256b4698fed272 0.00 MB 3 1,941
71,431 71,431 00000000007cd8f384f081cc96d1466e7436cefff06fd4ada2d87e00b4dd37fa 0.00 MB 2 0
71,430 71,430 0000000000fd88222e290498f345b36e147706432c6b411440e1dbbc0e926885 0.00 MB 1 0
71,429 71,429 000000000096138ce6de8dc60d6a669c44e6144668b94b872fb4ff6f390438ac 0.00 MB 1 0
71,428 71,428 0000000000f6df784baf7bf56ad1474b917ab08f2e69ed625b07b4dbc29b0b22 0.00 MB 1 0
71,427 71,427 0000000000f22ee42aeadcfb94f69cdb52624c15da0fc024fd618c30e5e61d2c 0.00 MB 1 0
71,426 71,426 000000000006194d5a7550c7fe5581a854b867d53e6f97a0ee9fba729b0f587c 0.00 MB 1 0
71,425 71,425 00000000008442e3955802f731bebb7f9c4911dd510530ea1b5ff910d1d09121 0.00 MB 1 0
71,424 71,424 000000000043281effeda302a2eef117b7321b813fa0d47d21c36ca4b5606e04 0.00 MB 1 0
71,423 71,423 0000000000fba14ec7d765831bcc15a2e133c4854200c32c30382c6a98de80ad 0.00 MB 1 0
71,422 71,422 000000000075393a627c36de6d80bee4f718619d024809da4d36d083b62a6e5f 0.00 MB 1 0
71,421 71,421 00000000002b89c89bc756a8f4fed38f9c98c2bfc275131b757e0f82f97241b7 0.00 MB 1 0
71,420 71,420 0000000000d0b70e6f75660a6c80ad7f7b1df6905f10222e2d156d9a87105ed4 0.00 MB 1 0
71,419 71,419 0000000000ab70f5d40c68093eb7de42f728a5c165574088d78f2cdafc95aa1a 0.00 MB 1 0
71,418 71,418 0000000000df55c95da8106523c514c4b209eaabfd5de7e710ed587628e1c042 0.00 MB 1 0
71,417 71,417 00000000003f7619f1f6d52cc1da37852f0a5f38db83afe223b00f6842c0b426 0.00 MB 3 0
71,416 71,416 0000000000f0dee670372a3468f0d5ab843a9294e3f04106de0d6e202e123f59 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.77 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,128.48 GB sent, 112.16 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.