Loading Tool

Explorer IconExplorer

Memory Pool

76,139 transactions
28.37 vMB
0.06366664 BTC
Random Selection Loading Transactions
Max Size: 172.05/200 MB

Candidate Block

Mining Attempt 757a0b249f6222cacec56839ba1294fa211563227de5c0c853b9fde4ab4d72b6
Version 20000000
Previous Block 000000000000000000017f6dd0e67bd2be6472dbc7ef25111a31d2d43442caa3
Merkle Root 3b58d63a14c8e7d813222b181cef0856ce082a801dd29f4e4e83a5b97f17b58c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,026
Size: 1.00 vMB
Total Fees: 0.00479918 BTC
Feerates: 40.21 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,164 (504,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,475 410,475 0000000000000000059e46fbfa729bc73d65d877fc9488a91961f22aca41b33c 714 0.48/1.00 vMB 25
410,474 410,474 000000000000000004ac334b05d66549828e287f7223d86bd64ba81daf51e2bb 1,450 1.00/1.00 vMB 29
410,473 410,473 00000000000000000210415b2f53335d80761d79e0dcc92bcdc9456e6ddd906b 413 0.17/1.00 vMB 47
410,472 410,472 00000000000000000353db1738e1226584f9f042e70e7479b17746d9b8db94c7 1,184 1.00/1.00 vMB 26
410,471 410,471 0000000000000000048bde84933b654f563e8ef8ac9b3bf05bfb3862edb3ddd5 368 1.00/1.00 vMB 13
410,470 410,470 000000000000000001d0224bda91c154609aab91c4a28e872610866f99da9cd5 51 0.02/1.00 vMB 45
410,469 410,469 000000000000000004ccbdca570ce031124f3b569967cf32e1e74688c9b52183 534 1.00/1.00 vMB 16
410,468 410,468 0000000000000000045cfb54caec4232f8f22916e4ae376338882bf4fc307d22 2,613 1.00/1.00 vMB 48
410,467 410,467 000000000000000001b3fd59f8b6af4280bff5f2852bf70b75ea12cb5e6bcb69 1,072 0.56/1.00 vMB 43
410,466 410,466 0000000000000000039652b64b0f04dac5a29fa87e07333db33f29a37bbb3e9a 1,797 1.00/1.00 vMB 44
410,465 410,465 000000000000000000932b9cf44f665ee6c5581c2807c525378a46ab805e3d43 2,107 1.00/1.00 vMB 40
410,464 410,464 00000000000000000016b4bbe4134daf79e2460e3d52b41891d09a69953a3463 2,527 1.00/1.00 vMB 50
410,463 410,463 00000000000000000381cc979f672c882b7eb06a5cd153592fdd7cafaae0f267 2,939 1.00/1.00 vMB 62
410,462 410,462 0000000000000000026f5fdf1ca514bede7b4d91ee6913ee0f21d8f771f100b8 2,549 0.96/1.00 vMB 39
410,461 410,461 000000000000000001f5dde22873b602973eef8dcd57eaaab6bd9923576a9698 1,520 0.68/1.00 vMB 40
410,460 410,460 0000000000000000016e17514b29010410ed71ad7375b6fc2856c3cb7b34d548 1,018 0.50/1.00 vMB 35
410,459 410,459 0000000000000000003262f3224a83124d40bb83415d160dda24dae2c94e7a94 1,384 1.00/1.00 vMB 32
410,458 410,458 000000000000000003011f18fb63927c027a28f6eb90d1505d949bd1c38e80c2 1,829 1.00/1.00 vMB 29
410,457 410,457 000000000000000005b34a2d98d793be5245d0011d2926f559a6fcc4f2a16771 2,398 0.99/1.00 vMB 41
410,456 410,456 000000000000000002046b4b6be6a6899efc57a583854771d5d369cd262e7e3d 2,964 1.00/1.00 vMB 50
410,455 410,455 00000000000000000180276fbfdbc4b8a7ba418cbde53099e8652b99057a2c2e 1,925 0.73/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.68 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: 682.36 GB
    • Received: 16.46 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.