Loading Tool

Explorer IconExplorer

Memory Pool

38,707 transactions
19.43 vMB
0.04273685 BTC
Random Selection Loading Transactions
Max Size: 107.97/200 MB

Candidate Block

Mining Attempt b740700c311310c4fcdeba66875dcea4adf1494f90956b0ac888f616d6a91d64
Version 20000000
Previous Block 00000000000000000000fbaad9f16bc7978d72de85be4a9eb66e0c3996fd14eb
Merkle Root 73b91e1d63e03c1acac446d8afc2bff97cc7ed2ccc55208301ad3fc1f32ed08d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,443
Size: 1.00 vMB
Total Fees: 0.00520755 BTC
Feerates: 20.02 > 0.52 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,076 (877,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,437 36,437 00000000693edb1e6f2e54cb3f294000570e531b13734f1927fdad49a23f1f20 1 0.00/1.00 vMB 0
36,436 36,436 000000007b4da0a3bc63323814230919bada4d34efa708e0fedf334937a792ad 1 0.00/1.00 vMB 0
36,435 36,435 00000000a49fb30f4b63ebdaf4312564a2e883701648bfbf985ce00183d9470a 1 0.00/1.00 vMB 0
36,434 36,434 00000000b92c0338f5d81827eacfd61418897f8d3e8f1586e4f257986232d15e 1 0.00/1.00 vMB 0
36,433 36,433 000000002d7284ee9d60b2d6831b6cfc2187e3b540c4914aa516ff2a6e6375af 1 0.00/1.00 vMB 0
36,432 36,432 0000000050320830771be119e5041603fac9a1fe4359c6dc66f51662354c7e91 1 0.00/1.00 vMB 0
36,431 36,431 00000000bd6ce59c0bf46f229d18b60860e371a7a07d8e136077246bd123c864 1 0.00/1.00 vMB 0
36,430 36,430 000000000639c6f7608abd6afc2ee48c50ac05a5dd78db5d0c80742b795212f2 1 0.00/1.00 vMB 0
36,429 36,429 0000000039b4c825738bb00b4016dd06b8eb0d817a3a233402f8a2c84a7c5b04 1 0.00/1.00 vMB 0
36,428 36,428 000000003228a2d0dd0dc5f617e824cb70a478b6ece2ee598e8e5110dc0f495c 1 0.00/1.00 vMB 0
36,427 36,427 0000000075555cdc5a073316bae2921761cf5672e591a75d8c54976bb1f71d4d 1 0.00/1.00 vMB 0
36,426 36,426 00000000747e148ea37c23aff3dd9b02f1fe8d06e87c988226496c85cf326f41 1 0.00/1.00 vMB 0
36,425 36,425 000000003dedd18ab861452ba60451ae4cbed2e937b324cc191ecafa502b5ccd 1 0.00/1.00 vMB 0
36,424 36,424 0000000068d34408ffeff7f3dcd00098844a8461a360bdd33dc2b7260adc9dc7 1 0.00/1.00 vMB 0
36,423 36,423 000000000d25b50a489638c7785888feb78ea3938ba299f8ac5bade987f40459 1 0.00/1.00 vMB 0
36,422 36,422 00000000ac7618aa3b0298da15ae9f9ed1f0e26c41f098f518eed2f56cb6090c 1 0.00/1.00 vMB 0
36,421 36,421 000000003ac11e513b5acbacd6decd41879683e0d40312a783233a8ae6f41cfc 1 0.00/1.00 vMB 0
36,420 36,420 000000001f9f1e0a62989fbd8a11e6cd648aa1953df7f672e28c5a4789f864e5 1 0.00/1.00 vMB 0
36,419 36,419 00000000b1337d0d007a906c7103cbffd1404e635457526707437d38ee0d415f 1 0.00/1.00 vMB 0
36,418 36,418 00000000657a71ef825cfb15feae8360f3dcec95fcf81151136ed66b308ea995 1 0.00/1.00 vMB 0
36,417 36,417 00000000210a7921f74a6254e8270c3cf31ef988b32fd536beadaf17c85421e7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 555.65 GB
    • Received: 6.91 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.