Loading Tool

Explorer IconExplorer

Memory Pool

77,110 transactions
28.61 vMB
0.08889098 BTC
Random Selection Loading Transactions
Max Size: 173.54/200 MB

Candidate Block

Mining Attempt 098bc1accab8037169c3935440b0cc510fbcc4e5ad86dfc0f999d97c76832cd6
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 4b366414501cba4c2d8458af274cb14db23f7c495a3846effe9904caa73142a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.02325939 BTC
Feerates: 402.60 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (451,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,318 463,318 0000000000000000008776cf7945941a2151f0d06b71f6ff75b537e8dc49c868 2,233 1.00/1.00 vMB 189
463,317 463,317 000000000000000001a66a7f9cf225ca098f443b88394dcbc9d326bf1a14f7e8 1,838 0.99/1.00 vMB 135
463,316 463,316 0000000000000000006603ac3cd35ffd78f208acd0e93781d3b6053131b29a27 1,922 1.00/1.00 vMB 181
463,315 463,315 00000000000000000177d6d5f511be8af714150eabe5fd20bc6dbc86e9df04e2 1,955 1.00/1.00 vMB 163
463,314 463,314 000000000000000000d14c5f9d521bc81082ca41c91be5e7f76b142fc141f10a 2,222 1.00/1.00 vMB 132
463,313 463,313 000000000000000001345aaca8977bc23cb17d4bb8ac41fea4f884a6944d7dd5 2,034 1.00/1.00 vMB 162
463,312 463,312 000000000000000001cbad0efa210c235069c4e7b2033e4e9235ff141caf751f 2,250 1.00/1.00 vMB 127
463,311 463,311 0000000000000000008ee822fa8afe33ca4827fa5eb33f16afb567600e206cff 1,927 1.00/1.00 vMB 126
463,310 463,310 00000000000000000195eb29ec6c6ee2c598b1537f84e5a9c90c57ae22b95289 2,018 1.00/1.00 vMB 150
463,309 463,309 000000000000000000b9f39a9890b20093d1eb0fe09f1f29afa58b797b7c01e7 2,879 1.00/1.00 vMB 200
463,308 463,308 0000000000000000000c6caaa0d9c07846b75e88499fcc0c8d848271d0309d91 1,830 1.00/1.00 vMB 180
463,307 463,307 0000000000000000005ce23ad427acca5645546408d3245325614665cfff9bec 2,433 1.00/1.00 vMB 132
463,306 463,306 000000000000000000d69365e44b67717489b62f2f1245085d477113b6f0ce63 2,137 1.00/1.00 vMB 155
463,305 463,305 000000000000000000e04ed483e7cf37f17be0b816dbfdff64bce99ce98219dc 2,132 1.00/1.00 vMB 130
463,304 463,304 00000000000000000218df5369db2422be3ec2fef0bc0a24a97bf803647cf52a 2,603 1.00/1.00 vMB 165
463,303 463,303 000000000000000000a3b2e91601b78f53cfe9739e7a55c55a3e2cbb9dcd5d8a 2,116 1.00/1.00 vMB 193
463,302 463,302 000000000000000001f0f16c3eeecff5772b3c2b7958c32192b97366dc220950 2,326 1.00/1.00 vMB 176
463,301 463,301 000000000000000001fe1e767919f1b0103603007ee02c84900f9adc5cea8056 2,053 1.00/1.00 vMB 144
463,300 463,300 000000000000000000257044a9121b4ad1a5713c1b3d572c764615da760cc7e8 1,271 1.00/1.00 vMB 128
463,299 463,299 000000000000000000c5e37703f9f0a3c051d832bf46b9a0876ddf34bbc6b768 1,961 1.00/1.00 vMB 98
463,298 463,298 000000000000000000cf8132dd41c5c4b69102499c2a45b2a02e0d12196cd8e3 2,163 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.