Loading Tool

Explorer IconExplorer

Memory Pool

82,720 transactions
31.19 vMB
0.09035633 BTC
Random Selection Loading Transactions
Max Size: 191.05/200 MB

Candidate Block

Mining Attempt 5ff21b7eb5dc39aa244671bbdf381a91d3164aa529e936de3eacf570cddbdb3d
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root 31c19cabb930399965f066533eec83c3f738bbbaae2f97be8ee4a35821edd410
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.01997845 BTC
Feerates: 50.62 > 2.00 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (209,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,274 705,274 00000000000000000000da0748e6469ed36bf94954ea477ce756f50621cafd3a 2,345 1.00/1.00 vMB 11
705,273 705,273 0000000000000000000db6525317994eba72826d89bfb9fca7a4907470c2e322 3,505 1.00/1.00 vMB 5
705,272 705,272 0000000000000000000b06f797ab26b012948f01edc56b32362540fa74c33c95 2,839 1.00/1.00 vMB 10
705,271 705,271 0000000000000000000037576a828dcabb90ea4f156e5e56dc6fe1b750213ec5 2,845 1.00/1.00 vMB 20
705,270 705,270 000000000000000000058e0ce640a27a059cf2a1347f68f67b74a12bb9edf40a 1,541 1.00/1.00 vMB 21
705,269 705,269 00000000000000000004bcf461ed0c6f69b1a29b8e487b7c40235e8b0ba02a92 1,623 1.00/1.00 vMB 17
705,268 705,268 00000000000000000006ec9743bd62eb5904fd72292c46c1d990730fd294b35a 2,390 1.00/1.00 vMB 13
705,267 705,267 0000000000000000000a71cae543786e7b72f1b81da17cd0fa3ce8a5d0750767 2,759 1.00/1.00 vMB 20
705,266 705,266 0000000000000000000018a8987ca8e71117b2814fe139c30a42cd6d7d03d1f9 3,561 1.00/1.00 vMB 3
705,265 705,265 00000000000000000006583b5007e10c0d33b2157e78b238128258b4c3cc8681 2,544 1.00/1.00 vMB 13
705,264 705,264 00000000000000000002e77a1b72ebe8a3fa476c6af24092c7237247ffcfbc53 3,143 1.00/1.00 vMB 25
705,263 705,263 0000000000000000000b8b130b99161f846c504cf58c0e2230d5f599f826545d 2,340 1.00/1.00 vMB 11
705,262 705,262 0000000000000000000e12da090d6fbb2b027091084934445a4366de843b2d3e 1 0.00/1.00 vMB 0
705,261 705,261 00000000000000000008ce2fda0be38184a3f937d5395dd312388f07f20fac6d 2,749 1.00/1.00 vMB 21
705,260 705,260 0000000000000000000b3f404d5f715d479551e8f6e69fa237ab28834e466d7b 2,149 1.00/1.00 vMB 18
705,259 705,259 0000000000000000000b4a66f273c83c29fb09109dbc3d7ee072e01bfe8000c8 234 0.32/1.00 vMB 12
705,258 705,258 0000000000000000000223ebb56c546a4f7bb199df722d8b1de945d5dbbb026d 1,589 1.00/1.00 vMB 12
705,257 705,257 00000000000000000005c4dae9c08c4c60de557c66624e11aa4f8e58ba147c83 1,739 0.90/1.00 vMB 3
705,256 705,256 000000000000000000095750e265be8b6cc7b37f7b9761212c0e8b267639ca3a 1,822 1.00/1.00 vMB 9
705,255 705,255 0000000000000000000a7f653b04e3f8e6d4ebbf3e7d75e139e116f4f90a4014 2,710 1.00/1.00 vMB 24
705,254 705,254 0000000000000000000d44542069425129df0f6edab5b5d76e2134ad458d3667 811 0.48/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.77 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: 709.38 GB
    • Received: 16.89 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.