Loading Tool

Explorer IconExplorer

Memory Pool

45,043 transactions
27.27 vMB
0.06858870 BTC
Random Selection Loading Transactions
Max Size: 143.26/200 MB

Candidate Block

Mining Attempt 4e064ad5624d1f617957010651bed012ddc17906e64dbd2ce945a53d036703e1
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root 3338f36627955b0aa620bd2c03d80060da42506592cdd3903c6ff93472c32604
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,542
Size: 1.00 vMB
Total Fees: 0.01726987 BTC
Feerates: 100.00 > 1.73 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (705,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,374 209,374 00000000000002e30d57ad1fc24f8a0dde9b6ee0c509d1cbcd7fe074b8f028f9 126 0.04/1.00 vMB 71
209,373 209,373 000000000000035d8c11c50d8d473b87c0e6bd923ffaeb9448cbec0e848720b5 145 0.09/1.00 vMB 88
209,372 209,372 00000000000004975cbb5b5a30745fa4847fd82f79b3485cb4b002ae61851623 440 0.17/1.00 vMB 186
209,371 209,371 0000000000000187b886f0462bb15993a6164bfc89b0348bea5a09e0f224f979 219 0.08/1.00 vMB 161
209,370 209,370 00000000000002a77bc9e4150cdc9c760fc046fc48a4a3f2ebe9ec32c5167f9c 1 0.00/1.00 vMB 0
209,369 209,369 00000000000001b3a2b51315f26a3d6d4fe114840371df79c7611dd8d827d983 257 0.10/1.00 vMB 183
209,368 209,368 000000000000003def4de0c3e315380e9f6a5ba15b0802cdfb135038279f23a8 132 0.05/1.00 vMB 156
209,367 209,367 00000000000002eee423799dec8d7a7059721eba9c84c43660039f3402ba20b1 54 0.02/1.00 vMB 156
209,366 209,366 00000000000003e154fe6f7280e3a2fa5ae5ec261cc5d85f5b54ea3506b7e8c9 161 0.06/1.00 vMB 297
209,365 209,365 00000000000002f33a6d569f97d9df4b8ebbd9b6e6499a9dcac3975f673a5c93 204 0.10/1.00 vMB 130
209,364 209,364 0000000000000439b4d6a8e8d82fb3fca7b3f483599552ad17c72bd85ab3529a 777 0.31/1.00 vMB 216
209,363 209,363 00000000000000b3b051ee1f75164d4155fa6cc4ca488da1a712ddd733254b63 4 0.00/1.00 vMB 0
209,362 209,362 00000000000003502efce1a6a734687e18d0ee6a8b913a6fccb9d85fdeac5b67 337 0.18/1.00 vMB 109
209,361 209,361 0000000000000079cbd62cbfb3c773471096d44e544535694bca34c798e634bc 343 0.13/1.00 vMB 177
209,360 209,360 00000000000004407e727f6e34acbee81cbcd4392aa5ac7fa19fdc7a173a7764 19 0.00/1.00 vMB 136
209,359 209,359 00000000000000b13ad922da9b430a7d978df3573c7e8bf89ecb6ab191493ee3 147 0.05/1.00 vMB 147
209,358 209,358 00000000000003351f70bc264c9d5012d46811f9ae985485999308daa13e3867 7 0.00/1.00 vMB 183
209,357 209,357 000000000000047ceee094e9a2c53b0ea09908c15a5dedcfbed6708f7ed7aa79 141 0.05/1.00 vMB 173
209,356 209,356 00000000000003a55c14d425810f83e283d437503864420dcf11b1407c80f378 12 0.00/1.00 vMB 44
209,355 209,355 0000000000000387daf24774bc9cee2464d85f607f75faba6ebff1d4b93c6630 218 0.09/1.00 vMB 211
209,354 209,354 000000000000021d4b6aafae9815c82981a0c2a8aa1c99c2bb13040794d9b06d 128 0.04/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.05 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.