Loading Tool

Explorer IconExplorer

Memory Pool

81,480 transactions
30.65 vMB
0.09537289 BTC
Random Selection Loading Transactions
Max Size: 187.14/200 MB

Candidate Block

Mining Attempt 5752b8a974be5284f11c599510b83ef08f8d4872b3ad3dd67237fcc4d4a04922
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 71e8e784ea6a98623bfded06912c6215d2ec91d3e27c85035a4b9d4592fbff7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.02439606 BTC
Feerates: 301.60 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (309,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,292 606,292 00000000000000000000b9761b51d6161f95785e3933a02bceb2da2ecbd50376 2,066 0.72/1.00 vMB 6
606,291 606,291 0000000000000000000a960a58c96e16a0516f72a362ca843c41ba76903db174 2,747 1.00/1.00 vMB 31
606,290 606,290 00000000000000000011eca39b9b36f06238a69e2f93b131fd8a44e9acbdff05 105 0.03/1.00 vMB 20
606,289 606,289 0000000000000000000c196683bb8e1a35038521d9829fff969fb5bfbd5ebeb3 1,478 0.49/1.00 vMB 4
606,288 606,288 00000000000000000007bf6102fe24d4b0c36098b4716a50e9e6652a43ac9412 2,294 1.00/1.00 vMB 8
606,287 606,287 00000000000000000008ae31beb21b4f566b30b941af3a667463b7dc38046c55 1,451 1.00/1.00 vMB 17
606,286 606,286 0000000000000000001580a2e3517fd5f28f11c7224a1c82c6bb466a77b062ed 3,025 1.00/1.00 vMB 26
606,285 606,285 00000000000000000014dc75bb1c7285d0ce41097a92b4d1a97230ac2130428e 3,035 1.00/1.00 vMB 25
606,284 606,284 000000000000000000019c597c97ae6829b2d133ffa3d4338093a372d257d668 2,791 1.00/1.00 vMB 21
606,283 606,283 000000000000000000119a70e1c278a958958ca5f35153c6de4aa63a120c8c19 2,306 1.00/1.00 vMB 3
606,282 606,282 0000000000000000000f40fbd4998bd4fddd62366a480c5fd91d110e7bb8bd63 2,129 1.00/1.00 vMB 10
606,281 606,281 000000000000000000063a348112742d0dd1befc2743cf2fda9b2bd93b3ed5ec 2,382 1.00/1.00 vMB 13
606,280 606,280 0000000000000000000bb2c5e8d2380ecd73608d2857f95d49299d05629d28bb 2,728 1.00/1.00 vMB 29
606,279 606,279 0000000000000000000539b9e220e7668d63b9edce241e57c907b451f7e9c70e 3,353 1.00/1.00 vMB 40
606,278 606,278 000000000000000000000588f39b0870a4d608019f53f1b168acf63fec946869 3,293 1.00/1.00 vMB 32
606,277 606,277 0000000000000000000940a62caf1b6d336cce4d9d3369dabbe1bc2f34687bfa 1,600 0.54/1.00 vMB 15
606,276 606,276 0000000000000000000af6637931941f6a48feafd6d588bb98e6940b0413d91e 2,446 1.00/1.00 vMB 21
606,275 606,275 0000000000000000001328e5ca6f3c3a11946de3e23627afc97181b71366a5c3 945 0.43/1.00 vMB 1
606,274 606,274 0000000000000000000e402d8b9b584c03adbe3c8ee6d06f5cc5853754b595e8 2,662 1.00/1.00 vMB 19
606,273 606,273 00000000000000000010ab88a29fb91cb2617087387a268fbc05603212ef5441 2,026 1.00/1.00 vMB 10
606,272 606,272 0000000000000000000f0b986c462bb5d0d80cd79b15653f4dbfed86af687e22 2,832 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.