Loading Tool

Explorer IconExplorer

Memory Pool

82,442 transactions
30.75 vMB
0.08529744 BTC
Random Selection Loading Transactions
Max Size: 188.19/200 MB

Candidate Block

Mining Attempt a7e59d566539f82b6289de82dd9551624d4a528efa20d45c520010bce2e2df9e
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 62e91b1736efc41b14401e9b769be1681a4c6ef0ca628a489bf17a6465fe0d8f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,808
Size: 1.00 vMB
Total Fees: 0.01546182 BTC
Feerates: 114.09 > 1.55 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (309,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
606,271 606,271 000000000000000000109307c6a19a648cfb37d5170883b5033697eb00a6d240 3,007 1.00/1.00 vMB 35
606,270 606,270 000000000000000000136002b471b046e9b09263db67895629e36bffe6894f3f 2,379 0.80/1.00 vMB 21
606,269 606,269 000000000000000000013bcfd89bc6ecad0e8bab31d642f7285f7f27a39af09f 2,484 0.81/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.02 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: 719.27 GB
    • Received: 18.02 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.