Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,388 transactions (0.52 vMB)

Priority:

  • 1 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
911,924 000000000000000000022b910000000000000000000000000000000000000000 0.51 vMB 1,371 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,923 (9,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,432 902,432 000000000000000000018277efa8fbf2e291499d85df005324192a99bc22a666 1.54 MB 3,435 6
902,431 902,431 00000000000000000001b33f52fcfe44dab2cbbbb160474a129faedd3e6e92b0 1.64 MB 2,860 8
902,430 902,430 00000000000000000000e915084ca925490c1d6e66108e6df438a41245ce6743 1.68 MB 3,437 3
902,429 902,429 00000000000000000001595870c23aaf1f466b0695474c8bf186f071a43fa43e 1.60 MB 3,845 7
902,428 902,428 00000000000000000001976178ac3623671a12e63cf3fb70804b357702e21648 1.57 MB 3,386 5
902,427 902,427 0000000000000000000155f23ebefa956f69d6ee6a4b1f122e3f7ac3730413f2 1.46 MB 2,107 9
902,426 902,426 000000000000000000014f777b43dd9dd3e35343aa3758a16a8101581cfa3299 1.77 MB 4,525 2
902,425 902,425 00000000000000000001c1d04daaba89c064094239b2c92b30513e12b4afe0fb 1.41 MB 603 2
902,424 902,424 000000000000000000001b004a22af13dc92c7f87cd96f12aa25230da95a2a42 1.17 MB 949 3
902,423 902,423 00000000000000000000f96bfd67d456dc090362798eaf6667f5af95719297af 1.62 MB 2,379 4
902,422 902,422 00000000000000000000704137ec9fa116298e5480c7008a1bde720c5c70e962 1.55 MB 3,079 5
902,421 902,421 00000000000000000000ec09caf5342e2ee052e6bb02e95875dd367d051c6ac1 1.61 MB 3,110 3
902,420 902,420 0000000000000000000069117f088d8da025f5af268f557aa5f94b25df372a91 1.63 MB 3,350 3
902,419 902,419 00000000000000000000670251bedf7dc7893a83defd474b34da7c129b71b4d6 1.76 MB 2,804 6
902,418 902,418 000000000000000000018978ba48be1d69f949e61efa4f65395c670415a346cb 1.59 MB 3,384 7
902,417 902,417 000000000000000000003e4033563f9881e3af0dabc29a3cc35b536fa08ee271 1.10 MB 742 2
902,416 902,416 0000000000000000000213256b7bdcb7c26ee0764e6c74b90f4e9dd707deb014 1.26 MB 1,466 3
902,415 902,415 0000000000000000000197a3191514406b3a2f03e316319960ec64c0d4370c98 1.54 MB 3,295 4
902,414 902,414 00000000000000000001a1f712d6fe3929882ed0c000ad296f5bf1d3ee104641 1.55 MB 3,406 5
902,413 902,413 000000000000000000021966cdbbe0ac602e395b920e2f8bebfde35c00de31d3 1.49 MB 2,177 4
902,412 902,412 0000000000000000000097758401751e92a6e973768b7070172403f95643a4ed 1.63 MB 3,092 4
Previous 10 blocks ↓
Total Size: 776.95 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,487.22 GB sent, 133.18 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.