Loading Tool

Explorer IconExplorer

Memory Pool

35,712 transactions
27.75 vMB
0.05790156 BTC
Random Selection Loading Transactions
Max Size: 139.62/200 MB

Candidate Block

Mining Attempt a86343d7c14c7583326355a6e4623b33b36a8d4d82cf64d96e5b158b224bb548
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 9bcdeaaa986533c74885b963a2c88e3462c774a1b761202a36d78d57b91d2a81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,566
Size: 1.00 vMB
Total Fees: 0.00506188 BTC
Feerates: 40.21 > 0.51 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (471,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,395 443,395 000000000000000002f9b17cbd24ff83cb71ba150fa36fd0d63f4b9396951d0b 177 0.11/1.00 vMB 60
443,394 443,394 000000000000000000a7017f420e719879d0276a833c5b6d5609697d0a6fa811 133 0.88/1.00 vMB 7
443,393 443,393 000000000000000002e4ab1fbd4de3a08268ad78dc97ea472ed8d415c904c3b9 2,389 1.00/1.00 vMB 79
443,392 443,392 0000000000000000016ed10755175e1ac0d30c3a3d4053108bd75e6debfc8f47 553 1.00/1.00 vMB 23
443,391 443,391 0000000000000000022b0d933d54d97a82cdcaf3b2aa7c8dbc928abf9fc47ff8 1,602 0.67/1.00 vMB 85
443,390 443,390 000000000000000001ccb92b04a1743f8ba17c41b528acf8c77f141224efa817 2,067 1.00/1.00 vMB 82
443,389 443,389 000000000000000003c1b871f7b36d8b4ae917344c37d5a2272c96944bdd43ab 951 0.55/1.00 vMB 43
443,388 443,388 00000000000000000184ff890ead2f1048ebe037c6c3ad71e99769562cab2f35 2,316 1.00/1.00 vMB 67
443,387 443,387 0000000000000000002105482bec9150c314e07b9faf3f8167f288f59baa1072 2,171 1.00/1.00 vMB 91
443,386 443,386 000000000000000002b9866d1ccfa92b72af6bd2d930745cde501a928d287056 2,157 1.00/1.00 vMB 66
443,385 443,385 00000000000000000280bdab13548174891602012381b12c3f5b066a0c386f57 2,528 1.00/1.00 vMB 79
443,384 443,384 000000000000000002e06f89edfc738f4965832defe641b32f6b1720299180e6 2,250 1.00/1.00 vMB 73
443,383 443,383 0000000000000000020b94b8526cd54284725c21ce396ab1f18b779671d6dd8c 1 0.00/1.00 vMB 0
443,382 443,382 00000000000000000372d180a3e5a419c4d7d0e279a9fc5e695a403b901c9809 2,781 1.00/1.00 vMB 98
443,381 443,381 000000000000000001e6e6baef794e490cd69d7f2598d01affe5dd7e54b61789 1,886 1.00/1.00 vMB 67
443,380 443,380 00000000000000000350ffdf62eabeb75761547ebfe0b74d33bfff8cdd749e4e 505 0.25/1.00 vMB 73
443,379 443,379 000000000000000003ae938d452ca9a76b377c07206fef9b0ac495c265ff5423 2,303 1.00/1.00 vMB 82
443,378 443,378 000000000000000001f844d4e0d6c833d1ef14942cd46f67d923aaa2747fd26d 1,956 0.89/1.00 vMB 74
443,377 443,377 0000000000000000037c1c317e92f675624978a409edc7e7d49ae71d8eddbe22 1,733 0.99/1.00 vMB 59
443,376 443,376 000000000000000002a0270d494c2b6bf1459fd43fec1691a9e5027d9a3dae67 2,370 1.00/1.00 vMB 82
443,375 443,375 00000000000000000206d16e5632a7c8a7bcbbd5c4b7689b678e32a4233c3b26 2,286 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.72 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: 629.85 GB
    • Received: 11.96 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.