Loading Tool

Explorer IconExplorer

Memory Pool

82,793 transactions
30.39 vMB
0.14689981 BTC
Random Selection Loading Transactions
Max Size: 184.06/200 MB

Candidate Block

Mining Attempt 846c0c1c444de0d39d8ee1d55eb9a6cecdb509c44946e0306b127cf165103598
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root aae884e7e92475197221df3b667f6cae6e48eca557534441b1ff7869718a6593
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.06652682 BTC
Feerates: 150.61 > 6.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (312,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,309 602,309 00000000000000000013866f13cdf094bbe137296d2ef2a79f52611551876dab 1,324 1.00/1.00 vMB 27
602,308 602,308 00000000000000000010f7afa573802800fb083052178b407fa411a078d6b5f6 2,719 1.00/1.00 vMB 39
602,307 602,307 0000000000000000000c51838ed6d78e9f820695b2ccac2a99877ca34abb1fa9 2,526 1.00/1.00 vMB 3
602,306 602,306 00000000000000000009b86248b7afe0a52cb9924f527efdd1b0947dc6300092 2,585 1.00/1.00 vMB 19
602,305 602,305 0000000000000000000e95274aaaea83f4cd2a5535b9398a7aff3af6c5f07397 3,001 1.00/1.00 vMB 35
602,304 602,304 0000000000000000000da547ab1c830e282914daddf037af2d01d91e40fa814a 3,150 1.00/1.00 vMB 26
602,303 602,303 00000000000000000003206a045529925d76facbd8e620b8020af730ed31b4d2 3,180 1.00/1.00 vMB 35
602,302 602,302 0000000000000000000b74e71b9817f633adc20f1c60ea68adb4f0153b39f1b3 3,376 1.00/1.00 vMB 23
602,301 602,301 000000000000000000002c4c56fc17eaada8c90c9bf94aa88966e9da7944a6f7 2,832 1.00/1.00 vMB 46
602,300 602,300 000000000000000000072ef64eb476ecc53e525dc88388954f55ae78268d8485 2,660 1.00/1.00 vMB 45
602,299 602,299 000000000000000000054b387ad5abc7ea6cb0946e9186e805f7bb966f883bcb 1,869 1.00/1.00 vMB 36
602,298 602,298 00000000000000000012c47c81293c6aaf29445610b7a6adedfe2f69323206d3 2,622 1.00/1.00 vMB 30
602,297 602,297 0000000000000000000e85fe3a486eb85267f36d93860ee5e44a1a1d341ab256 352 0.11/1.00 vMB 26
602,296 602,296 0000000000000000000ed25fbdaa6aa663c0aa255d5dab2f653aca0a7cfb4274 1,711 0.71/1.00 vMB 21
602,295 602,295 00000000000000000014273b0fd49a34f13d1ba1e1b9032a2c287666853c64df 2,008 0.97/1.00 vMB 16
602,294 602,294 0000000000000000000c6f6f50daf2d277e6868e381179548ba7fc3e530e4f22 2,318 1.00/1.00 vMB 3
602,293 602,293 000000000000000000086046fbc5c0516f9a751b48ee9129ef58219020b2bac3 1,672 1.00/1.00 vMB 17
602,292 602,292 000000000000000000143f9d158e4df5047d5ba1d9fd7cc91cee3908ebabb56d 2,360 1.00/1.00 vMB 24
602,291 602,291 00000000000000000003e2064a7081a3275f14b1ce1f1718a07c3699ce5d6d11 2,611 1.00/1.00 vMB 17
602,290 602,290 00000000000000000011363853644598f4f3a278ea6acee2a89d54f89c487082 2,623 1.00/1.00 vMB 41
602,289 602,289 000000000000000000002d904f22524f3e4515e67e97caa2ad192e4c4f4c47aa 2,785 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.