Loading Tool

Explorer IconExplorer

Memory Pool

80,185 transactions
31.43 vMB
0.07786346 BTC
Random Selection Loading Transactions
Max Size: 189.43/200 MB

Candidate Block

Mining Attempt 2d4cda52ac16321826cad2abb9b89cec316d82dcca5683bceb6563cd15a04b69
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root fb3e1b1b4d01710dbc3b1cabb2b802a52c468c1b3f440888684f2342641687cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,205
Size: 1.00 vMB
Total Fees: 0.00947624 BTC
Feerates: 70.24 > 0.95 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (505,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,370 409,370 00000000000000000376a6d90ad5e4ef751162872311e42908dda6942e4662ea 954 0.61/1.00 vMB 48
409,369 409,369 0000000000000000033738d235042e3772e2bed7a7a683f3edf8959b1a892ecd 1,339 1.00/1.00 vMB 102
409,368 409,368 000000000000000000f228142be1acb0af95c12608b5eaedb186dfb041b22c1b 1,875 0.97/1.00 vMB 31
409,367 409,367 000000000000000000ef26364ac2cd96d688bca642c2639d480955f855d45743 2,283 0.99/1.00 vMB 43
409,366 409,366 000000000000000000f3962eeeb3c7e7677e471fa3b86a7e6160cb7aad981e8d 3,069 1.00/1.00 vMB 55
409,365 409,365 000000000000000004452479561a58210706179bbf4610fd8e2811125413c20f 347 0.81/1.00 vMB 11
409,364 409,364 000000000000000001b2efc02d5983a4ace7e4fc365c790bd7946fb9b17b95b1 1,763 0.99/1.00 vMB 30
409,363 409,363 000000000000000002f46f3e593594cba6f24cc4d99af1b9820dbba85a97402c 1,637 0.92/1.00 vMB 36
409,362 409,362 000000000000000005e1fdccb8368c65e81dff4892440db0a44c63d812167144 1,340 0.93/1.00 vMB 29
409,361 409,361 0000000000000000041be5aeab03de73c92802e46e7161c7edbdd91b57aa2d64 1,368 1.00/1.00 vMB 23
409,360 409,360 000000000000000000fe18e4d65d6963d442780fba9b31bbbea9061acdf21ca7 2,252 0.99/1.00 vMB 39
409,359 409,359 0000000000000000000e223244c3901df4bfa3a9042e5f07945595612dcdac58 2,484 1.00/1.00 vMB 45
409,358 409,358 000000000000000005bf2a4e05a71cac312a58ddb19d28326418d4f514b4289a 3,230 1.00/1.00 vMB 64
409,357 409,357 00000000000000000321dce3875d5c41c9a8ddb7f352f6ab93dce4e32471236b 890 1.00/1.00 vMB 19
409,356 409,356 0000000000000000039df5cc9e253d747fc36e73573225dcb1873d28c964244b 749 1.00/1.00 vMB 18
409,355 409,355 0000000000000000047d1ccd9549ebab82d6c84b0a9d33dff8c7bd2f790d4d00 2,283 1.00/1.00 vMB 45
409,354 409,354 000000000000000000887821cb338af74810a36e0cf2d8d00188398130335c92 730 0.51/1.00 vMB 23
409,353 409,353 000000000000000004d5e1bb10692b23b05ec3aa15a89f693b1d12191a2f87a3 2,575 1.00/1.00 vMB 40
409,352 409,352 0000000000000000017345af3d6cbc5beb136ffafcd18f02663ee9898c71523f 1,902 1.00/1.00 vMB 39
409,351 409,351 0000000000000000052d657768acaedd6ce0f21bb73b4189ec439fdebf1f536e 1,398 1.00/1.00 vMB 23
409,350 409,350 0000000000000000034e2cb4245cf7301f30ab77e748fc46d8705ed51a568a16 2,895 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.70 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: 697.39 GB
    • Received: 16.58 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.