Loading Tool

Explorer IconExplorer

Memory Pool

42,465 transactions
29.04 vMB
0.07509963 BTC
Random Selection Loading Transactions
Max Size: 149.23/200 MB

Candidate Block

Mining Attempt 4472bf99828764a0de890c2bd91d1a867735177e9e07cfc3b18077f8c68e4a21
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 9c11d1bf3f4dc69cfb2c59269e29300bed2b19a30038cedfd99ac244b2ce02a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.01839135 BTC
Feerates: 150.75 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (243,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,375 671,375 0000000000000000000851e0204f8260bad2f4d38ad97877c68f0030adbb198a 2,268 1.00/1.00 vMB 50
671,374 671,374 0000000000000000000c044105363e94dd71b5344d61b66dad41d4bca548bfe3 1,059 1.00/1.00 vMB 59
671,373 671,373 000000000000000000005ec5529b3e0aac0ddae12f9a238bfd5ef16808aa8df2 1,936 1.00/1.00 vMB 60
671,372 671,372 00000000000000000002622b7a423dce747f2613fc25ff9f7de7568b278dea78 2,039 1.00/1.00 vMB 60
671,371 671,371 00000000000000000001954974825d06f5877f71c84d3e2e8944e1d5c6836b58 1,215 1.00/1.00 vMB 67
671,370 671,370 0000000000000000000a2936cc799ab496ab76bf6910ef9f4b04b2e752a6c948 2,801 1.00/1.00 vMB 66
671,369 671,369 000000000000000000054debdec89bee4fd592cb5dcae3b6f0e48a11761cfd89 1,948 1.00/1.00 vMB 112
671,368 671,368 00000000000000000002958a78bb4038b72cb1681aceab0fa17106b4e250a8f8 2,648 1.00/1.00 vMB 79
671,367 671,367 0000000000000000000bc4cffc4c24c18d790cbfeb44f05edf9c05bbbc27fb63 2,408 1.00/1.00 vMB 123
671,366 671,366 00000000000000000006e5aabf321bb44a0f408984d440afc31574eabb8d2466 1,636 1.00/1.00 vMB 97
671,365 671,365 0000000000000000000a7a34120b60e3551d16f2545e97c4c0bee6e6e8a5f447 2,934 1.00/1.00 vMB 143
671,364 671,364 0000000000000000000bb76b08d5232524f87fcf833bdc5474e10a974d232a16 2,839 1.00/1.00 vMB 80
671,363 671,363 0000000000000000000622dcf790d22e55dc4996af4a3ed482d7d68427eacec0 1,410 1.00/1.00 vMB 117
671,362 671,362 0000000000000000000c515348c3efd009e1762366e94e7d0c85e7a66687bd32 1,860 1.00/1.00 vMB 123
671,361 671,361 00000000000000000009de573d5b12c79af38e06876686af1837fd900e626632 2,292 1.00/1.00 vMB 129
671,360 671,360 0000000000000000000cccc08798876806a845b60f63b4f7c1d2dbcb28d41625 3,045 1.00/1.00 vMB 90
671,359 671,359 0000000000000000000034f6b916ce27fa0bff7df2433893557c5c20dc92a8d5 1,437 1.00/1.00 vMB 100
671,358 671,358 0000000000000000000a78b3a8c678f5771f5e77b692b6a7b92832538d9d6cb5 2,209 1.00/1.00 vMB 129
671,357 671,357 00000000000000000001842c20074e4400992df03283cd63c5eefbbdf33ce70d 1,929 1.00/1.00 vMB 127
671,356 671,356 0000000000000000000a3f94052c85010fd406adb9949eda3a1321f8ec3e45d1 1,472 1.00/1.00 vMB 110
671,355 671,355 0000000000000000000ad114560a80f8bcbae3eaada219949ebf26123ae28509 1,245 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.