Loading Tool

Explorer IconExplorer

Memory Pool

71,760 transactions
27.76 vMB
0.06141276 BTC
Random Selection Loading Transactions
Max Size: 164.62/200 MB

Candidate Block

Mining Attempt 9c92a70fb51df597e70440b7826ba94813449096f50a9c56ec23639e92393929
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 0fa868d03192010ae5badb06a6c96d2dfa5ade4548b2a67d71e1916f8db0edeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,895
Size: 1.00 vMB
Total Fees: 0.00608954 BTC
Feerates: 101.52 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (442,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,435 472,435 000000000000000000e964227d1d2f73811410b5bd6cd802dd3d2e3d45546eef 1,610 1.00/1.00 vMB 282
472,434 472,434 0000000000000000001b7ac4dd90dd51aa5b41e059c9ea0047297e28f8897734 2,047 1.00/1.00 vMB 220
472,433 472,433 000000000000000000c974c1a4dec5eb17398522cd16dceaa25ea79d12218fdd 2,295 1.00/1.00 vMB 299
472,432 472,432 0000000000000000013bd9e71c7fd52c888bc36dabdbf377208f7cff4dcb21c1 2,403 1.00/1.00 vMB 342
472,431 472,431 000000000000000000e64c2b8e10243f10342132cd9e4055785be92243f2137c 2,327 1.00/1.00 vMB 431
472,430 472,430 00000000000000000177ab32f80e2ee936237f6175a4f8e0d5c5d9afd1a2ff3a 2,210 1.00/1.00 vMB 382
472,429 472,429 0000000000000000009cb94c5112b82d3c9963860e5134746faaa745365bfc3a 2,983 1.00/1.00 vMB 470
472,428 472,428 00000000000000000091f4cce3f87af7c135b7128ca981f27dfffbca81df66e1 1,931 1.00/1.00 vMB 308
472,427 472,427 0000000000000000007b46f12e68121d2a899e03caedbec206cd4d4df11215d3 1,713 0.99/1.00 vMB 237
472,426 472,426 000000000000000000fb070a017f7c6f5f65d4fdc63b6410b21fd449a1a13da6 1,539 1.00/1.00 vMB 320
472,425 472,425 000000000000000000c2a13b15a00788b292cfc8a223ba22b444409397d401a7 1,432 0.99/1.00 vMB 421
472,424 472,424 0000000000000000009ef044a1a39efddea7253932a05a98f93457bbe361a2da 2,279 1.00/1.00 vMB 303
472,423 472,423 00000000000000000038fec8de77df597d3a3bcb6a2615fdbe48c2771161de1e 2,111 1.00/1.00 vMB 416
472,422 472,422 000000000000000000b9764db2e99bb1cde3518340f36f949d34a8bb7883ffc2 1,281 1.00/1.00 vMB 233
472,421 472,421 000000000000000000aef030abd52bb00585ed3619cabcc6e521922ef661eee9 1,655 1.00/1.00 vMB 223
472,420 472,420 0000000000000000015444ebb3144a5049e4842ce5f33beac8735aec5441f4ff 2,394 1.00/1.00 vMB 249
472,419 472,419 0000000000000000012c09b36e2bf183e748e3e7dfbf127c402e9ed39c14e7bf 2,480 0.99/1.00 vMB 242
472,418 472,418 00000000000000000186492c05bf4304cf64de37c02423ce1cb64dc6d6911872 2,155 1.00/1.00 vMB 401
472,417 472,417 0000000000000000012d2b325764c45c56a3fec1ed24b14b7153e052a6b9f067 2,126 1.00/1.00 vMB 326
472,416 472,416 0000000000000000003bbb713d215635f502bbfe5fb3a09f9d99f1a6215d0988 1,569 1.00/1.00 vMB 393
472,415 472,415 000000000000000000fd53a72c0a028c1aa6d3b60fe98f62adb2146c07fc8dcc 2,262 1.00/1.00 vMB 359
Previous 10 blocks ↓
Total Size: 782.45 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: 667.43 GB
    • Received: 15.25 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.