Loading Tool

Explorer IconExplorer

Memory Pool

72,812 transactions
28.42 vMB
0.07628538 BTC
Random Selection Loading Transactions
Max Size: 171.92/200 MB

Candidate Block

Mining Attempt 19e16e512886d5132e9639aa9def54c4936d518b8f186e7ac35d7928f3a9364a
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root b4a2ced71b3dc88db1662908ba1603d890db9655439783e2b11f6926c3c4be56
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,325
Size: 1.00 vMB
Total Fees: 0.01385806 BTC
Feerates: 150.52 > 1.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (828,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,366 87,366 00000000001a7fe48180c331020ed10a4ff37895a3ff302a129daea1c5009ac2 1 0.00/1.00 vMB 0
87,365 87,365 000000000005fcb551cb62a8ca9ef4126c188d48d3a1743e2a7196b33e13a212 1 0.00/1.00 vMB 0
87,364 87,364 00000000000a0780457e9a9be31445e99caf6a5df82fe3f0ffcd306e70030af7 1 0.00/1.00 vMB 0
87,363 87,363 00000000000ea5c6bd14623f374cb92ac9364b44922e419b149d050bd0cdf417 1 0.00/1.00 vMB 0
87,362 87,362 0000000000190a80566e5bce7a8d04074cd5b58889025ad366d63da7dc4dc9ca 1 0.00/1.00 vMB 0
87,361 87,361 00000000000e44d8ad094492c36f739d286d4b6c74c48138845f712deb6ff0fb 2 0.00/1.00 vMB 0
87,360 87,360 00000000001bd6d6c2bd7594906068288ae1e5b64ca26ac8c0b54c59d53b9f56 1 0.00/1.00 vMB 0
87,359 87,359 000000000009ff39163a35a7004a8c020e9ac3d2b05009e4ff8da5a51ed74fd8 1 0.00/1.00 vMB 0
87,358 87,358 0000000000138e9aae69e7b9d6a881932de428684bdee0d55477df9e5631ad96 1 0.00/1.00 vMB 0
87,357 87,357 00000000001830fe8f2b86eeaec3b73c9d2dd239fa2e5940ca3e7ff285a7e281 2 0.00/1.00 vMB 0
87,356 87,356 00000000001279622d66607b380856f6f1ddbb4824de0b99a358eaa087c8a9c1 1 0.00/1.00 vMB 0
87,355 87,355 000000000008ca2f691357d88d2e7dbe77e1a7fdafb89134fb2b1dbee0edbf2c 2 0.00/1.00 vMB 0
87,354 87,354 000000000004be5db10371ff5bd199b0a8fd76742ae1b3bdc322c45ef41513cd 1 0.00/1.00 vMB 0
87,353 87,353 0000000000094511144e114a8474bcf63f8cde6909483ca110cbbe47e42db993 4 0.00/1.00 vMB 0
87,352 87,352 000000000019bbc9cfc609f3397e8388a8d4ce2af13a84d61ff1a35a8fed2d3e 1 0.00/1.00 vMB 0
87,351 87,351 00000000001b5057f564d004e1409eb01a15382e9867c98916cbbd64237b133a 1 0.00/1.00 vMB 0
87,350 87,350 0000000000149c31c7fa86b627157758cb4c86bab3a41c6fc2e8b924a4606a9f 1 0.00/1.00 vMB 0
87,349 87,349 00000000001c68d569d24e4ba69c9c52c7febbae7542a0f8c0cafe0502e3762b 1 0.00/1.00 vMB 0
87,348 87,348 00000000001263fe9465539c642ace76f393beab988c009209ff855363f85007 2 0.00/1.00 vMB 0
87,347 87,347 000000000017eb834093767e2905493d2b3fa40464fbdcf1a41c36a10bbc1d20 1 0.00/1.00 vMB 0
87,346 87,346 000000000019e285787fb80d6e9a98b2f97c6ec963703cf3bd744f05bb335f7f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.18 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: 750.26 GB
    • Received: 18.84 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.