Loading Tool

Explorer IconExplorer

Memory Pool

84,661 transactions
31.78 vMB
0.16411608 BTC
Random Selection Loading Transactions
Max Size: 189.19/200 MB

Candidate Block

Mining Attempt 5d38184d73028a952d41df6f144a751ff54ca8f54de97d2380a5e5b39d3ffdb6
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 44fbbf2d88a43f3e8e512687bfc2baf683a018711f669e8172a8f5d9151f2b58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.05201381 BTC
Feerates: 402.75 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (452,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,430 462,430 000000000000000001df67cd7f2c28bb8768292199bde7068c9bc3ed8957e74a 1,994 1.00/1.00 vMB 166
462,429 462,429 000000000000000001396a422d4989e6a84fc6db7821db273a8f082d6969f7ce 2,727 1.00/1.00 vMB 160
462,428 462,428 0000000000000000006c8d0e3a5b0d8c517e44a47e837eea36122d03b14744bc 2,443 1.00/1.00 vMB 129
462,427 462,427 000000000000000001442ef183f968199526fc64c0f8262a74199c2d9b0b3a82 2,360 1.00/1.00 vMB 169
462,426 462,426 000000000000000001fd715600721e67fd9ba4466eccfb55a132807d41d47329 2,049 1.00/1.00 vMB 158
462,425 462,425 00000000000000000183693611dc6e49654cd45110c4b8825c899721401442e1 350 0.11/1.00 vMB 263
462,424 462,424 000000000000000001645e2dab2fe8e2e546b2c83aa7bc6b657e374e8d11d894 1,589 1.00/1.00 vMB 77
462,423 462,423 000000000000000000dee947bd9cc1750bc2b2a5d895ba4cbe146dde0aeddd39 681 1.00/1.00 vMB 75
462,422 462,422 000000000000000001ddeceb2395596d458e32ff2132463722e278af420ee8aa 1,379 1.00/1.00 vMB 85
462,421 462,421 0000000000000000015dfcb6e51694cdc96b33acf57a368456c06f79e1c6310d 1,765 1.00/1.00 vMB 124
462,420 462,420 000000000000000001e10923f3f11c2348ce188470a9ba5acdac4edca1358f3a 2,154 1.00/1.00 vMB 162
462,419 462,419 000000000000000000aa15435ead70d50b4f11203d433908a5e91b8622bca090 2,272 1.00/1.00 vMB 163
462,418 462,418 000000000000000000484166e761bb13c7a510b25fb311dcc4fecae745aca1ea 2,104 1.00/1.00 vMB 139
462,417 462,417 000000000000000000a419778cdd410c227c50549b1d97835ac9cf413c0dc2eb 2,515 1.00/1.00 vMB 127
462,416 462,416 000000000000000001a770cb3933731a8e5fcd66077c9ecb9533ddbacf5026d9 2,005 1.00/1.00 vMB 162
462,415 462,415 000000000000000001f16472c633777a38db0be6fc31ab4db3fb879338659bdd 2,004 1.00/1.00 vMB 147
462,414 462,414 0000000000000000010e529e7deddc8791f0019bc8149355f461f8d274763797 2,466 1.00/1.00 vMB 165
462,413 462,413 0000000000000000007a4465206737f5e2090cb8c00c91f9ceb04142a2007e7a 2,353 1.00/1.00 vMB 306
462,412 462,412 000000000000000001d9d657c6b02c8018870560284af0588037bfae4e760942 2,126 1.00/1.00 vMB 135
462,411 462,411 00000000000000000208f93e52d053adcd7878ffa81d0c7c99493a48163194b4 2,024 1.00/1.00 vMB 118
462,410 462,410 000000000000000000a5a7ba0c61ec6a8f4567c5fece3468c6976c59e244a25a 2,169 1.00/1.00 vMB 243
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.