Loading Tool

Explorer IconExplorer

Memory Pool

78,061 transactions
29.29 vMB
0.06355141 BTC
Random Selection Loading Transactions
Max Size: 176.04/200 MB

Candidate Block

Mining Attempt e6d4dbb8b6f4e2fd1a20b2a5b5a2df1e2dd1f7af895a5ff6a1bfd07949b1f34f
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 17cf604269fefea3187aeb3fe4c6710a0c8e9442a08c25c5f188dca0d62f5fae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,838
Size: 1.00 vMB
Total Fees: 0.00421762 BTC
Feerates: 21.09 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (809,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,452 105,452 000000000000f6303048573ad07ec185bf636e7d671e04b367cd5c1ef6ae69f0 1 0.00/1.00 vMB 0
105,451 105,451 000000000002770dbc2c19e650b4c432696507c6dc155a064d8ed685586b26a7 3 0.00/1.00 vMB 0
105,450 105,450 0000000000006c11a0a3973b68d80735a925af876767213e49bb74f7174ccff1 3 0.00/1.00 vMB 0
105,449 105,449 000000000002e97f3cd6210c4cdbe39a89881a16333d30d94d1a5bcdeb931752 6 0.00/1.00 vMB 0
105,448 105,448 000000000001a96b0f6a34ae355c61eb4893140747bb87239f1d2a04a3280450 13 0.00/1.00 vMB 0
105,447 105,447 00000000000135c9d161ba24ac741815960aec2bd28a47e219d88635159916a3 30 0.01/1.00 vMB 0
105,446 105,446 00000000000181d3bc89ed23d028ae0405862d8f00701ad0913ada25e4818183 2 0.00/1.00 vMB 0
105,445 105,445 00000000000155e12ef3e4a22a2d5a3ac306de3656543678990d1b6bee29b3b6 2 0.00/1.00 vMB 0
105,444 105,444 0000000000012b4259b70f0ce9fb36cf3d3316f9aa1738d044870bfa35c7a959 8 0.00/1.00 vMB 0
105,443 105,443 000000000002c29bc121eb17e69ae7be275986c7a9d49372c7bc43cecbb2a42f 5 0.05/1.00 vMB 985
105,442 105,442 00000000000002ec66505b7ffa04412d9f3dd8b5d7c3dcd074b28b3023ebe82f 6 0.00/1.00 vMB 0
105,441 105,441 00000000000125f9a21ad8a443b7d63bd2a7b5e2e3727e824848c57aa4bc00a2 9 0.00/1.00 vMB 0
105,440 105,440 000000000001396330bd090e884fa574ac450fc3a9488f140a406e98743d3322 9 0.00/1.00 vMB 0
105,439 105,439 0000000000027f825a1252220298393d8ed8ba75e303465f9b01fe0ced6e3878 10 0.00/1.00 vMB 0
105,438 105,438 0000000000002730e8e01a89d3b12ea1e4c503a8355c63d78be98daadfdc5551 27 0.01/1.00 vMB 0
105,437 105,437 0000000000026f18c516f771dc886068eb0fdf6da012135136090ebbce51ca2d 2 0.00/1.00 vMB 0
105,436 105,436 000000000002306cb240e93dd329f8fcf1f0a2bf8ac55ecd357d056f1d082a00 1 0.00/1.00 vMB 0
105,435 105,435 00000000000084fa346d74cf3f178c348878d65e54d0957b59205d617b1e637f 1 0.00/1.00 vMB 0
105,434 105,434 00000000000044ad2798cc1fe6ffee8c50364c941d698366eca2cfa3776fe5c6 1 0.00/1.00 vMB 0
105,433 105,433 00000000000211bfe13485493c9f148ff58a69f3fe3edb376f34995088821e08 3 0.00/1.00 vMB 0
105,432 105,432 0000000000002680eaf803cc6afaff4b89a7107c93eac69bdd929b217e810423 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.