Loading Tool

Explorer IconExplorer

Memory Pool

47,087 transactions
27.62 vMB
0.06370674 BTC
Random Selection Loading Transactions
Max Size: 146.54/200 MB

Candidate Block

Mining Attempt c71473ffce3c4f0877bb5feb52230f8458f62a9d3c4f38337e1037223183f912
Version 20000000
Previous Block 0000000000000000000149e99e9fe928cc50ad17726ca7114570e11f41657874
Merkle Root afaf78f4f3f4d0919165a016bd53630710756b0ed0c56df45625eca78b01748b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,408
Size: 1.00 vMB
Total Fees: 0.01183271 BTC
Feerates: 100.20 > 1.19 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,770 (334,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,280 580,280 000000000000000000108d20ca1c017c8e33d00497f85347f80bbca80550ee5b 2,505 1.00/1.00 vMB 83
580,279 580,279 0000000000000000001895ae25d29958bf58278569926839509946be90a5ed13 2,540 1.00/1.00 vMB 77
580,278 580,278 0000000000000000000d15ac77696eea2cacbfa1783f91c94a365580ee9577f8 2,533 1.00/1.00 vMB 78
580,277 580,277 0000000000000000000926a3601dfb5012830595ddef8af048960ca34b79e470 2,983 1.00/1.00 vMB 108
580,276 580,276 0000000000000000002123be316852fe12ff17446d71b1a394f1f474bae00f26 3,072 1.00/1.00 vMB 92
580,275 580,275 0000000000000000001a4240ad3356ca6256a1c8e2a657d9c9f88b4d0d0d3662 3,147 1.00/1.00 vMB 128
580,274 580,274 0000000000000000000c9dab6a1802e668d511271b85aaa9d3daf5a63df2a5e8 1,640 1.00/1.00 vMB 81
580,273 580,273 000000000000000000191e204688de5df9e1ec09b252eea32745e8290af50b4e 1,982 1.00/1.00 vMB 83
580,272 580,272 00000000000000000003b0ce036503dce51c5790da50bbe24946ad348008745f 2,701 1.00/1.00 vMB 104
580,271 580,271 00000000000000000023b4d2dccb1ddebc15418c3492f0a030cdcd39a92833e1 2,998 1.00/1.00 vMB 165
580,270 580,270 00000000000000000004b4640bf9c0c942e6fbc37d89f4d07e143404eb0eea8e 2,079 1.00/1.00 vMB 84
580,269 580,269 000000000000000000226452429f4a2b8e9a8d91271004201e9065494ed38988 2,890 1.00/1.00 vMB 127
580,268 580,268 0000000000000000001110ac9d4470b62fa951616412dcd6b497e251471e5dd6 2,826 1.00/1.00 vMB 96
580,267 580,267 0000000000000000001318abc1575a25b4c2221374b43f96ab124d0536b04d97 2,528 1.00/1.00 vMB 95
580,266 580,266 00000000000000000020685b4b9f2dce55a08abc5bbad6e1b273a1319a4e722b 2,805 1.00/1.00 vMB 143
580,265 580,265 0000000000000000001ef1600089684ab0c88ccb3bedac3e10b36b416cb8c646 1,869 1.00/1.00 vMB 24
580,264 580,264 00000000000000000003ab337ee93ceee4d6f97fe1815b60ca6771271ed9be1c 2,408 1.00/1.00 vMB 66
580,263 580,263 0000000000000000000ca4ea28cb5f793ff88e5434aff9a2f1f2a73ecaea63c7 1,943 1.00/1.00 vMB 43
580,262 580,262 0000000000000000000c70778293b36c8e7f0ac30ff8a20c386e07ff6758a6a1 2,470 1.00/1.00 vMB 96
580,261 580,261 00000000000000000010d290f64ff39e6d676f228a7a407bf95cc5aa9ac8dd1b 2,735 1.00/1.00 vMB 56
580,260 580,260 0000000000000000000c26aa701b74f673414a39bdc2b6a4210c9a28fac887db 3,106 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.98 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: 648.19 GB
    • Received: 13.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.