Loading Tool

Explorer IconExplorer

Memory Pool

72,966 transactions
28.32 vMB
0.06522707 BTC
Random Selection Loading Transactions
Max Size: 167.49/200 MB

Candidate Block

Mining Attempt 90a89afbe62211c7046f0f4a7661a48758774b094bf87734df8b0909a83a3f12
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 5f8b18c8c36373e41a7b4b24cc05fc5b1e396bda1cd1d16a85262f7402559668
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,150
Size: 1.00 vMB
Total Fees: 0.00853434 BTC
Feerates: 48.75 > 0.86 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (503,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,377 411,377 000000000000000004a41b97b9248a3427be85ea49954fdbe7efd82336e50112 163 0.06/1.00 vMB 44
411,376 411,376 0000000000000000032192c25168c8733192db2277f51d50027bbacca47b0d46 39 0.01/1.00 vMB 49
411,375 411,375 000000000000000004bd61c1eae0078efa57d70b8fd55dacf0541069c0fdea23 1,780 1.00/1.00 vMB 32
411,374 411,374 0000000000000000040468ed340f95861dd522e4ee277b5db62c33d1a21219cd 2,576 0.99/1.00 vMB 46
411,373 411,373 0000000000000000010aa02a0f138f4eb15638c95c2d7807d6e3e6f7de228188 1,473 0.72/1.00 vMB 32
411,372 411,372 000000000000000003dc3982b0e0b97c5623ed235a2c214d8eea6328c4a9b7ff 1,269 0.95/1.00 vMB 37
411,371 411,371 000000000000000000494f83917803b38c0620ac19410a97068c791c57c09754 1,828 0.90/1.00 vMB 37
411,370 411,370 00000000000000000355121d9ed57e5eed912c63bc4ff5c250678fcbac2f6a5c 2,293 0.89/1.00 vMB 39
411,369 411,369 0000000000000000057c7d74f87ce84211268197b87744686a4377661242d4c0 2,547 1.00/1.00 vMB 40
411,368 411,368 0000000000000000059238845b87c08eaaf0ba7188263aeaf871728d08e6da5d 1,780 0.68/1.00 vMB 41
411,367 411,367 0000000000000000024a81094f2bb0587af97c3cc27e03ddaf65d0a7fd76e26e 2,111 0.82/1.00 vMB 46
411,366 411,366 00000000000000000260f11fc8c4cd1d4c3db32a51136479da9b342b69ff8006 1,520 0.64/1.00 vMB 43
411,365 411,365 000000000000000001fce36bab03c9490fdb4fef0149816b6c9b01caaed2f26f 1,224 0.96/1.00 vMB 26
411,364 411,364 0000000000000000003567b43782d684145df2cb3b9b8b744117204a47401d4b 720 0.99/1.00 vMB 15
411,363 411,363 0000000000000000047f466cfe7f66945b701878c5c4ba2b3a38dc351b061f7b 2,165 1.00/1.00 vMB 34
411,362 411,362 0000000000000000044ff06e8bb7315a30eb8ecae740c8835e19afe600398cdf 2,163 1.00/1.00 vMB 32
411,361 411,361 0000000000000000004d0c14930eda9b2f5cc41cf97d2c0ec0d978071f0b1a40 2,848 1.00/1.00 vMB 55
411,360 411,360 00000000000000000276d0874b772b97ea5b311a61884c2eb476112a2de6137a 3,097 1.00/1.00 vMB 71
411,359 411,359 00000000000000000322e42b0ce3d6d6820a016600e1cf54c61eda75cbaa039a 2,664 1.00/1.00 vMB 46
411,358 411,358 000000000000000000ce7cfe75d2b1a71d500727fffb0540132fb72c98e01b5d 521 0.20/1.00 vMB 44
411,357 411,357 000000000000000004905dad89f734859373c581c3f6e8adcc716bc91e893ffa 291 0.17/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.