Loading Tool

Explorer IconExplorer

Memory Pool

70,438 transactions
26.40 vMB
0.06244808 BTC
Random Selection Loading Transactions
Max Size: 159.83/200 MB

Candidate Block

Mining Attempt 4673e939ea23306d479153be21f101af41037cdf9f72ad94012baaf323feed22
Version 20000000
Previous Block 00000000000000000000dbf800c6c55c388122fe1e5048019bd6d394af8fadbe
Merkle Root 1d8b2f194ff540b84b8fc9f9a88c8c5f13636eeff61f6a66b7253b8938dabe90
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,366
Size: 1.00 vMB
Total Fees: 0.00625311 BTC
Feerates: 40.29 > 0.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,541 (906,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,372 9,372 00000000a79d7faacc25bcb320aa4813d89bc4ac8696bb889434283246c2d323 1 0.00/1.00 vMB 0
9,371 9,371 0000000037716aaebeb6ce9799c9d3a588fd7e7540a9fbafc873920d50de3a06 1 0.00/1.00 vMB 0
9,370 9,370 0000000056177c1e883bb57705e22d3c8c8826b6301232578593f41225b104ce 1 0.00/1.00 vMB 0
9,369 9,369 00000000fb268655c88bc3ab236d3a96f0df834217e1cf425942f0dc193706f4 1 0.00/1.00 vMB 0
9,368 9,368 00000000835a4f694206958ee0ea6195675d37c6a8c0daefebbc1b4ebcdf5be5 1 0.00/1.00 vMB 0
9,367 9,367 00000000007adb697bf21410b4353bcaea2d15fe61b15ab47bd521b70825cb1d 1 0.00/1.00 vMB 0
9,366 9,366 00000000d369b00038746b0d8c11eede8effb6577b5be268bfdcbd96e23f00f8 1 0.00/1.00 vMB 0
9,365 9,365 00000000fd9f9cbf5adbd0bce44f491720d8052a37895fa72e0773bd0f196970 1 0.00/1.00 vMB 0
9,364 9,364 00000000b81fc0db6199e9bc6f05284a660ad54c19e2b4edabdf45567b33b844 1 0.00/1.00 vMB 0
9,363 9,363 0000000068cb3469799c49a8cbac21aed190309a4adffc89036a527dbf512a46 1 0.00/1.00 vMB 0
9,362 9,362 00000000d4801c7f40fa1210fbf7bcbcff6f7fbf27d5f643e781e48971550fb4 1 0.00/1.00 vMB 0
9,361 9,361 00000000a112cdaf41ae5037132d00c4d62cbe91f5d089966fe5a9d0bd56a7ea 1 0.00/1.00 vMB 0
9,360 9,360 00000000ca9437f9df341b6299905c0e2bc1bfb4a55241e45a22cae02b6aed92 1 0.00/1.00 vMB 0
9,359 9,359 00000000e3895990e541f0e1728fe4114db8a7ed0fdb461d190dd4308817abe6 1 0.00/1.00 vMB 0
9,358 9,358 00000000913fdbf224ecda1a0f1f8f3f77cf4decea5053f2511ef01091339475 1 0.00/1.00 vMB 0
9,357 9,357 00000000b7c37ebcca8672e12da0dfaebbc6f8808ce57e5fff7123259d51d644 1 0.00/1.00 vMB 0
9,356 9,356 00000000b9843963d096355d50d6f0cf0d04b56ee92d34cd1d3daf7c1943b2c8 1 0.00/1.00 vMB 0
9,355 9,355 0000000019bd4f2e72c7e4316eba628ed6b1ec2ab6fba718030518fc8969ed99 1 0.00/1.00 vMB 0
9,354 9,354 0000000015154d86ccf2da15aec9da0389aefd35c983ccb9f2d475b36d079b26 2 0.00/1.00 vMB 0
9,353 9,353 00000000161be3fc2bf2789f7cb9da58d59c3d63d8a480526ec1ddd16ae75b9f 1 0.00/1.00 vMB 0
9,352 9,352 0000000037853fd38712b66711771ecc5960c612e151007d6765e71af0f515bb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.33 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: 767.80 GB
    • Received: 19.46 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.