Loading Tool

Explorer IconExplorer

Memory Pool

64,038 transactions
20.37 vMB
0.07263891 BTC
Random Selection Loading Transactions
Max Size: 126.96/200 MB

Candidate Block

Mining Attempt 2c3769348feadfaea3d573d79c56a611580a196f862bce27805bae6a6eb305f0
Version 20000000
Previous Block 00000000000000000001dc283a9b6d121c967e8a47e53b8914bfdc3e91781dd9
Merkle Root 518e429544cacb9281002879244983921dbe1379f746c67b6469328dd99dc547
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,754
Size: 1.00 vMB
Total Fees: 0.01806107 BTC
Feerates: 150.93 > 1.81 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,748 (864,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,290 51,290 000000001fc94ea69bab6edf6d3485f36086ea4c3aabbc9fb2b7f51f0e95f562 1 0.00/1.00 vMB 0
51,289 51,289 0000000013523fbf7f8fcb223afa82df33e840be4f3d5acb53b247358036f228 2 0.00/1.00 vMB 0
51,288 51,288 000000001537e5776c9cf9d1da82e0923fa564193fafe00d82bb31d54b7c477c 1 0.00/1.00 vMB 0
51,287 51,287 000000000711cc6d9c62f9346a8b1fa33ddf35296d3b73d9430092e0ef094f8f 1 0.00/1.00 vMB 0
51,286 51,286 000000001fbbca8862c1f6d2045231045adb2e8d03ffc3521a1fc0145fb3cbdf 1 0.00/1.00 vMB 0
51,285 51,285 00000000072824b4acb606f5d9f11c62796b798ac976c3155002e3fb950965d3 1 0.00/1.00 vMB 0
51,284 51,284 000000000182befa6e5f405bb0b69faf413c408c8c258a6324cf934a98a5bf4f 1 0.00/1.00 vMB 0
51,283 51,283 00000000192be197dbaea628a33d3e1cf0082a08924ba44d2750d840679b1f59 1 0.00/1.00 vMB 0
51,282 51,282 0000000016460106e0ac1af9e5dde9f5648013ba077e4335474d8b70c45128d7 1 0.00/1.00 vMB 0
51,281 51,281 0000000019d798a34a075988d3576e8f95e6665d6d237d979156a0d8b10b4462 1 0.00/1.00 vMB 0
51,280 51,280 000000000120c24114a51f238e688aa2e6658c970470b73ffef305aaa022371f 1 0.00/1.00 vMB 0
51,279 51,279 0000000009e068467115037c0ce5bc9d78bed0eb08e38ee18c3553a1f7aed8bd 1 0.00/1.00 vMB 0
51,278 51,278 000000000a54e82c9d58307293214b52fa457ba4e035360c4c45a860a946e160 1 0.00/1.00 vMB 0
51,277 51,277 0000000003c1021b918e0c973d4b12e79df6e21e183124118e62094da2b21468 1 0.00/1.00 vMB 0
51,276 51,276 000000000bf6a81a952e884d36ff25610b0e5a8ac87f2d2e0afd5aaabffe2714 2 0.00/1.00 vMB 0
51,275 51,275 000000001f6d798cd01730983cf725f848ef403f2e13c6fe80afbb6265cd8fe3 2 0.00/1.00 vMB 0
51,274 51,274 000000001bef1e3d945f6a188b3bc5b346a97d458869399d821be1e8a7b2774c 2 0.00/1.00 vMB 0
51,273 51,273 0000000016d4e2285aa8781ac70f5d25dc22877d5a0f450e2a00ba618d624653 1 0.00/1.00 vMB 0
51,272 51,272 0000000009044dcae927e2c2cbb91365c3edf01e806c25c94f445e2a9297cad1 1 0.00/1.00 vMB 0
51,271 51,271 0000000008cd1a89b39c2285c128ad6ea7e8c12c194d8ac57e32e4bda5cb3d99 1 0.00/1.00 vMB 0
51,270 51,270 0000000007214604593e9e3a3c0d5035eca9d55335da9d24f0083a7f4c630e47 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.67 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: 777.15 GB
    • Received: 21.15 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.