Loading Tool

Explorer IconExplorer

Memory Pool

81,187 transactions
30.87 vMB
0.09498410 BTC
Random Selection Loading Transactions
Max Size: 187.49/200 MB

Candidate Block

Mining Attempt 90a24b1fbe359b4b70be0df09eb2ea4747dd4a39df5fe96686b9c456942e828a
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 5bb82a1fe66a3922b39aa866dce34c9ee2239eb353efd8f6e52aff42f35e29ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,053
Size: 1.00 vMB
Total Fees: 0.02303523 BTC
Feerates: 150.77 > 2.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (448,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,438 466,438 00000000000000000020942ae94ea2e5e73abba43df41e86ffc46e8f954aa68d 1,768 1.00/1.00 vMB 144
466,437 466,437 00000000000000000157904593ae9c4f187825d8526e851fe43aa10e5b85441e 2,181 1.00/1.00 vMB 206
466,436 466,436 000000000000000000b679bb3e405ba7d6ee99673987090acb594fa29387928f 2,773 1.00/1.00 vMB 248
466,435 466,435 0000000000000000010cd0a87aa7d2ab6ef454e86efc4492eae0669c4dff7888 2,187 1.00/1.00 vMB 133
466,434 466,434 000000000000000001f03606b5d4f5d5c5302d79091dd768e4bc9902f889c3ec 1,787 1.00/1.00 vMB 167
466,433 466,433 000000000000000001c548a8242f572044bc4e04f36158c3ce7463638cc24714 1,434 1.00/1.00 vMB 171
466,432 466,432 000000000000000000d71d3a8a41f84ca9eb64e0175fd5ba34d5c3d23a594f05 1,964 1.00/1.00 vMB 209
466,431 466,431 00000000000000000080d3164119e89fb64bbc38fbdf14c2715fe4bc8ebe6842 2,273 1.00/1.00 vMB 170
466,430 466,430 00000000000000000114a3e758ecc25ff6b064b52d95d720fe7c33ef204b57fe 2,253 1.00/1.00 vMB 228
466,429 466,429 0000000000000000015a342805a5edb85352d5aaf70192b0957d908393281bb5 2,457 1.00/1.00 vMB 241
466,428 466,428 000000000000000001d1977be6cc85dbec1b7ecfe16416e0c5f8efdf41e209e9 2,132 1.00/1.00 vMB 303
466,427 466,427 0000000000000000017c65d5e6513ef9a970c2e1498172fcd57c074b3bf10c8e 2,140 1.00/1.00 vMB 278
466,426 466,426 000000000000000001ba78da034d5cc0c46eee2ccacfbf79331c6233e335112f 2,111 1.00/1.00 vMB 248
466,425 466,425 0000000000000000016a4f0250796c29542d6821c42b4837f3e41a6cca20cfaf 1,849 0.99/1.00 vMB 225
466,424 466,424 00000000000000000092042b1e9d3e29ade429db2b0cec1eab0948854d63519a 3,045 1.00/1.00 vMB 190
466,423 466,423 00000000000000000077ea0effda7369b72626cf70a86787c73e4bf66468b5ec 2,655 1.00/1.00 vMB 259
466,422 466,422 000000000000000000bc9c071520beb45e261f76c85716aa0581c4ef0c85c287 2,157 1.00/1.00 vMB 233
466,421 466,421 000000000000000000fc15db0f136081afffb0c23fc052ced08d1c9e22037ced 2,790 1.00/1.00 vMB 246
466,420 466,420 00000000000000000063f098533415d06a4775388761e45cd88ab8475629b40d 519 0.24/1.00 vMB 400
466,419 466,419 000000000000000001067baac08a0013c28a703e589fdaca37a1ce01ccd6d710 2,290 1.00/1.00 vMB 335
466,418 466,418 000000000000000001e0e4847f55d298ab9898d9b07e839f217595485d835862 2,360 1.00/1.00 vMB 208
Previous 10 blocks ↓
Total Size: 783.04 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: 720.12 GB
    • Received: 18.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.