Loading Tool

Explorer IconExplorer

Memory Pool

86,763 transactions
31.55 vMB
0.21248544 BTC
Random Selection Loading Transactions
Max Size: 191.49/200 MB

Candidate Block

Mining Attempt 15b226db57c90b1fb3bd558398daa94f06e478e80e47af42d6b62cd0df6f9693
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root ec432c828c31c21a5d0f11f6c250e246f779be6d1ea653f0fa1abab1cdba7648
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,562
Size: 1.00 vMB
Total Fees: 0.10734731 BTC
Feerates: 502.67 > 10.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (108,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,450 806,450 000000000000000000029fc9bf9540a6d19221772d5a6034bd12fa01f490f03d 5,625 1.00/1.00 vMB 20
806,449 806,449 000000000000000000033df6d0c924b3cdecba67416f1e041854f9860b9bb3b0 5,440 1.00/1.00 vMB 18
806,448 806,448 00000000000000000002caa91579077faa6df80d14c4d8230f1c8ee6b5d301f2 3,012 1.00/1.00 vMB 20
806,447 806,447 00000000000000000002472cd57dd4eb15b1dd7389c1e1eed4e0cd5a0b41344a 3,408 1.00/1.00 vMB 19
806,446 806,446 00000000000000000000a9a99e78e63b25c2c6baa667737300644ebfb0bf8c32 4,325 1.00/1.00 vMB 20
806,445 806,445 000000000000000000008377fa6243a87d85c56853b8329d49e2dfb382dbf437 6,316 1.00/1.00 vMB 18
806,444 806,444 00000000000000000004df4f60c945c36e8a97b5f28d7f9aa5cf16220a55a4d0 3,849 1.00/1.00 vMB 24
806,443 806,443 00000000000000000004806456856ba959bda6509e1dd984e19abfe8dcc340d6 6,725 1.00/1.00 vMB 17
806,442 806,442 00000000000000000003ed805316c93fcbf7b9db944790acbf3925402c6ecc2c 2,803 1.00/1.00 vMB 21
806,441 806,441 0000000000000000000068bc6e1fe70c35247dadec385c0e60879d31ca68ba0f 3,250 1.00/1.00 vMB 29
806,440 806,440 000000000000000000019de8fb95619913818e04bc4b44c29419a64a898843d0 5,899 1.00/1.00 vMB 16
806,439 806,439 000000000000000000007100d58b943db7c7a252bcafbd7e0efc238a933e1721 3,328 1.00/1.00 vMB 19
806,438 806,438 000000000000000000035a5bc7c0c4c8d7cfbb2b61107ffaecf18c6299a07284 2,151 1.00/1.00 vMB 20
806,437 806,437 00000000000000000001dcbe4dd037f1527368b796a1ff2124aeb38b15f2ddd5 3,385 1.00/1.00 vMB 27
806,436 806,436 00000000000000000000283403ebbfb2b3748a90edf7096596204bd147351dfa 2,404 1.00/1.00 vMB 23
806,435 806,435 0000000000000000000264ea9df32a36b9f7832e861078ecc414be590e6184cc 4,763 1.00/1.00 vMB 18
806,434 806,434 000000000000000000050588eff92fd24221c86e29c18d7395758924866f7ded 4,345 1.00/1.00 vMB 23
806,433 806,433 000000000000000000048f112d5a4f9db47a4ebde2ebe8a0e4b6add95b262472 3,343 1.00/1.00 vMB 19
806,432 806,432 00000000000000000000ee2963f593c20f8910310ae74c4e4507381c93d4f883 4,513 1.00/1.00 vMB 19
806,431 806,431 0000000000000000000424dcb506645c9b88f5da3b0dba4eb8deddc7f6b36e3b 4,633 1.00/1.00 vMB 19
806,430 806,430 00000000000000000000f815af6439f2055cc587f20962321739d0c7f6be108a 4,457 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.94 GB
    • Received: 16.08 GB
  • Uptime:

Notes

  • 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.