Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,343 transactions (2.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,807 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,827 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,806 (361,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
550,538 550,538 0000000000000000001f26c3fdacee3193bc9ae246926916648e0313ef36cb22 1.29 MB 3,160 27
550,537 550,537 0000000000000000001d0ea66e59138c97d060510c73cf6bb2ff5b5a61b1f0b3 0.31 MB 782 14
550,536 550,536 0000000000000000000f4bda79b772029ab0336184f38828745b715e48fcd999 0.46 MB 862 13
550,535 550,535 000000000000000000268e8f2067949717a843655711d12374167135777d064c 0.22 MB 523 17
550,534 550,534 000000000000000000141efee39500901730707b5d7e014ab59374b9da2e8642 0.87 MB 1,218 3
550,533 550,533 000000000000000000088e0e42c05d6e8e0dbe5ace7ea012927e4d5b9ad73d97 1.20 MB 2,655 22
550,532 550,532 00000000000000000014bf52389d3ff1054b83f8a1d7706d3516c1e458e334cf 0.68 MB 1,585 11
550,531 550,531 00000000000000000006d4b053cb012c88497db72cfa42c950c16d2d1c1e31ad 1.09 MB 1,452 8
550,530 550,530 000000000000000000057375661f9cd8b494b18bed8a87e4dd550bb484390a0b 1.19 MB 3,395 22
550,529 550,529 00000000000000000028c17c7c5efb2f117b86ada28b064e3b1b46bab649b830 1.14 MB 2,624 20
550,528 550,528 0000000000000000000c5528ac0befb49db775f5bcb608eea24101682a6da22c 0.66 MB 754 18
550,527 550,527 00000000000000000023d00a97f9f0e393931b4cba4171fac0b2207ebd15d1f7 0.07 MB 206 13
550,526 550,526 000000000000000000281e01f3b597bbf14afd04976e176a62e81efd6966dc32 0.71 MB 766 4
550,525 550,525 00000000000000000026857d322bde7a69e8a49f02839d82e5a91f8d4d78ebc7 1.18 MB 2,887 17
550,524 550,524 0000000000000000001bbfb897f5e6e61cb556f1c8dc770c19533f29177c8570 0.57 MB 1,328 12
550,523 550,523 0000000000000000001e63b7f825edda6227fa94f39f8ea206947062e562340f 0.39 MB 977 13
550,522 550,522 00000000000000000013b72473f3c53bdbb92fec05f8228025136162a3367f9b 0.40 MB 971 16
550,521 550,521 000000000000000000111ae35c66c123aa1bed40ca924dd32e3bbf2fdb237a8a 0.29 MB 640 15
550,520 550,520 000000000000000000273c86df3d5ae30771a047f38fb3bc9955075e8241844d 0.05 MB 118 20
550,519 550,519 0000000000000000000c38d17025d905737d29dab070c92a2ef6d38a57209d16 0.62 MB 601 1
550,518 550,518 0000000000000000001a38c0b825cc87ddf97a207b2e9d39b6659708bd2b9df5 1.08 MB 3,435 6
Previous 10 blocks ↓
Total Size: 776.73 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,456.64 GB sent, 132.24 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.