Loading Tool

Explorer IconExplorer

Memory Pool

79,263 transactions
30.71 vMB
0.10709476 BTC
Random Selection Loading Transactions
Max Size: 180.25/200 MB

Candidate Block

Mining Attempt 9d9e64ee2f6b9f98e07af934f53a415b5c2b459cb299f32839db48f75c453e3e
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root a4300c9e938523df31cdcf9abdd1054545b2a7aff79f9678ef5138fbdda3d119
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.03382332 BTC
Feerates: 201.36 > 3.39 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (313,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,293 601,293 000000000000000000010ad2d9dedd17f46867cdc07aefa4a330977fe8202c4b 2,141 1.00/1.00 vMB 14
601,292 601,292 000000000000000000036466f77983d1dc404d467d13a74d5dcd80fb0778cbc0 2,892 1.00/1.00 vMB 22
601,291 601,291 00000000000000000006cec11ffab223d31253a0dbb2eef2ab31268422377ba1 2,450 1.00/1.00 vMB 13
601,290 601,290 0000000000000000000866fab24e071c1969d0605fbc2dd7d8965a00bd7ce0c5 3,202 1.00/1.00 vMB 46
601,289 601,289 000000000000000000070651652582e60a4dd9a19d77614d3f0c89fef72123eb 2,670 1.00/1.00 vMB 54
601,288 601,288 000000000000000000087076ec9e6c36f3accb5e96ac96c6dd03675136dd15fd 1,513 1.00/1.00 vMB 14
601,287 601,287 0000000000000000001251a3cd4dfc7c4d4b49a2bb89311d45e57e3623a17355 737 1.00/1.00 vMB 1
601,286 601,286 000000000000000000022d62f068d9d0b1438aad20dfa453c58a14b1bea42368 1,670 1.00/1.00 vMB 2
601,285 601,285 0000000000000000000823a28cb8e0c7514fab146174e58de1f191fec9f28224 2,159 1.00/1.00 vMB 13
601,284 601,284 0000000000000000000ecfad3a3e3fcce31d254880477f9ab4c15336f6744c9e 1,751 1.00/1.00 vMB 22
601,283 601,283 000000000000000000099f521d5e9f7859020b574b735ab3c0bb6d0b3cd7dea1 2,105 1.00/1.00 vMB 23
601,282 601,282 000000000000000000102870e2ff0461acfec7eacb79640c96cc2164b278aa5a 1,360 1.00/1.00 vMB 11
601,281 601,281 0000000000000000000a1222a0912e82f8173fa6792290033cd1b82e6eda0656 2,136 1.00/1.00 vMB 16
601,280 601,280 0000000000000000000a44928e567b80e90a5375ca574de63b0d0d83cb0f1a00 2,826 1.00/1.00 vMB 27
601,279 601,279 0000000000000000001104f12554bd1e3fc1a901c2164fb5e9965dc11c58d73f 2,827 1.00/1.00 vMB 46
601,278 601,278 000000000000000000133a3de37ea6d7bfdfb120df382ea2afc6c06497b3bc06 2,158 1.00/1.00 vMB 16
601,277 601,277 000000000000000000041c03ba71e2dfb664a98693ff2e9a63a1432a56c079fb 2,484 1.00/1.00 vMB 18
601,276 601,276 000000000000000000080cb8386db1146ae16cdd866af6884897bd8cb5c0c00c 3,092 1.00/1.00 vMB 49
601,275 601,275 0000000000000000001318b728ca3b803e84f21ba095671cb39e35f8c61aedcf 2,305 1.00/1.00 vMB 28
601,274 601,274 0000000000000000000ea0bba0e0b5af5e91768b5638133aede32aba425f5d9c 2,900 1.00/1.00 vMB 53
601,273 601,273 000000000000000000118eba86f17b1b8abde4c7de741802de1bf462094034da 2,845 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.