Loading Tool

Explorer IconExplorer

Memory Pool

74,408 transactions
27.53 vMB
0.07037367 BTC
Random Selection Loading Transactions
Max Size: 167.76/200 MB

Candidate Block

Mining Attempt a52e292788a8cfe6789462db6e72d2f461344f26e3f5d4a8e2d17d71720e5783
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root af08972247a68dc67711f87e3a59ed142cec0793cb12acb1f03a75d87d21f1b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,525
Size: 1.00 vMB
Total Fees: 0.01170376 BTC
Feerates: 150.80 > 1.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (353,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,380 561,380 0000000000000000000af07af33ed760e6bac42c49da07dd0f2a3e30ee8edc21 1,959 0.79/1.00 vMB 13
561,379 561,379 00000000000000000013148b78125b2c5e18d0b662774a8a6797d5685e591972 1,608 0.50/1.00 vMB 10
561,378 561,378 0000000000000000000818deafe7ff9d82a3bbb36ba1a2a803c6ae6439382c60 3,067 1.00/1.00 vMB 11
561,377 561,377 00000000000000000026dcd573a9f25108b326f3e7f793a699c4cc7f9d8f1551 1,703 0.80/1.00 vMB 2
561,376 561,376 0000000000000000000c3698418a802dba7ddd38fcd4e01568ec62aa6ddacfa7 2,940 1.00/1.00 vMB 8
561,375 561,375 0000000000000000000aa24e76bdb46466da75787817601a1965e0ca91bcc800 3,141 1.00/1.00 vMB 20
561,374 561,374 0000000000000000002042c6136cd059e8d97abb37076493196801e491850e64 2,802 1.00/1.00 vMB 8
561,373 561,373 000000000000000000213f1114feb172cfb65e064b9536174d567a991258d2f3 2,744 1.00/1.00 vMB 12
561,372 561,372 0000000000000000001fcdb2d52cc98dbf068046fa464a5af60ed39796ba40f3 3,170 1.00/1.00 vMB 21
561,371 561,371 000000000000000000001085177323863aa36e9278c9c1732735acf36443eae8 3,174 1.00/1.00 vMB 20
561,370 561,370 000000000000000000224dd12236234d929902150c8a7e90880ed4fecefb8435 2,882 1.00/1.00 vMB 3
561,369 561,369 00000000000000000012e68eeb5f18efbf701d176a6c8f221321f9eba2e431dc 2,650 1.00/1.00 vMB 17
561,368 561,368 00000000000000000017c950690351ded3919248864b3fc9eb4ca1650d94055b 3,053 1.00/1.00 vMB 13
561,367 561,367 0000000000000000002492098ed70c294e2e501cd4617299474565564cfa7a47 2,358 0.83/1.00 vMB 21
561,366 561,366 0000000000000000001ad7aa40980bb00d3bf30aba19463fc8faa22b0be25111 3,035 1.00/1.00 vMB 3
561,365 561,365 0000000000000000002c40bc613eea62d6368b897dd741d19f30dff0a230bf08 2,293 1.00/1.00 vMB 4
561,364 561,364 00000000000000000006c9d701ba6b9651ada44a916640b6edaece7fd67029a9 1,976 1.00/1.00 vMB 14
561,363 561,363 0000000000000000000e5d1344dffcfc1ab88b217eec83b3d9ab3f33325668aa 2,947 1.00/1.00 vMB 22
561,362 561,362 000000000000000000034f184bc68a03d1ea3ee7b7fa2e47ab71625620eed9a7 1,653 1.00/1.00 vMB 10
561,361 561,361 0000000000000000000b9134fc9cbff4dbe9c4f8ab59e8b0aedc66854db82e42 1 0.00/1.00 vMB 0
561,360 561,360 0000000000000000002196f9fc618216c041531cfc81b8b924e0b456c5903a7f 1,698 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.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.