Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,777 transactions (0.73 vMB)

Priority:

  • 1 sats/vbyte = (4 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,974 000000000000000000022b910000000000000000000000000000000000000000 0.73 vMB 2,764 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,973 (305,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
606,162 606,162 000000000000000000001b2b26f91e1fd66f718a76c389143b8050e443b1c3b3 1.24 MB 3,045 21
606,161 606,161 00000000000000000003a59b366dcc0ceec9e34accaaffe3847cd95f41b8c821 0.67 MB 1,708 20
606,160 606,160 0000000000000000000f44f89687b1782faa57a88cf3501733f3285e652219e1 0.49 MB 1,074 23
606,159 606,159 0000000000000000001012e9c4760811be194afc87c4abb4713e8e82fe2c4a93 0.21 MB 624 17
606,158 606,158 0000000000000000000a553f26d0911851046fbc43686ea589f290602ab03187 1.26 MB 2,522 21
606,157 606,157 00000000000000000007b39346f94fb74733bf5e42f0ad490eedbdcf206e4ff5 0.37 MB 968 15
606,156 606,156 00000000000000000000275bc2c331a034f81969a1d5287a19e5f1b1d52877f6 1.18 MB 1,756 8
606,155 606,155 00000000000000000007cca21981dd82ca9a562a2264adf845935a09b3a9d446 1.16 MB 2,400 4
606,154 606,154 00000000000000000006000950bdef03d015215c7fb5952f9663cb90e37f7e0d 0.00 MB 1 0
606,153 606,153 00000000000000000000fbadb61465efed2896e94cd43315f009a5d25167fd30 1.33 MB 2,310 22
606,152 606,152 000000000000000000039a4b26662acddaece0880530fac81777dc6ddf869fa6 1.34 MB 3,511 40
606,151 606,151 000000000000000000066203ca7a607226dabfd36852660b4b40da12f13866bb 0.18 MB 503 19
606,150 606,150 0000000000000000001207b893d59001103aad05fc1c1382be6cc30f18bc7988 0.07 MB 130 20
606,149 606,149 00000000000000000008f9ae3bdb2d2605de807d19b303917d0082c9e5a32144 0.44 MB 1,104 19
606,148 606,148 0000000000000000000cfefb32e2bf67884a4f467e18b6466f02f6a0c0f91ea9 0.64 MB 1,579 20
606,147 606,147 0000000000000000001390ea99db8bd7723fc8ea41ee125861639f8376d13c84 0.81 MB 1,997 21
606,146 606,146 0000000000000000000f6dd860e4e89de805d0c117a8f3c142664dadc788fc7a 0.57 MB 1,479 19
606,145 606,145 00000000000000000007483e588073bedbb565c55c9c3be0042d6f7cb0e9e97f 0.51 MB 1,221 21
606,144 606,144 0000000000000000000ff038c4922cd71ba7642819509123c14a4ad2d6e46806 0.27 MB 650 25
606,143 606,143 0000000000000000000632b33c21ad2fde0b9d5cc4e0eed06b9e00e436357c16 0.85 MB 1,648 24
606,142 606,142 000000000000000000038ff5b838f92331de436297e08139afc6eef798713fff 0.98 MB 2,202 35
Previous 10 blocks ↓
Total Size: 777.04 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,499.98 GB sent, 133.62 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.