Loading Tool

Explorer IconExplorer

Memory Pool

80,526 transactions
30.55 vMB
0.14568378 BTC
Random Selection Loading Transactions
Max Size: 182.89/200 MB

Candidate Block

Mining Attempt 7e30aa3fce58ba559e49c3a27012fdc4f0d65c511483c67699a4d0b8732f8d94
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root c315b5e2cc63b1d134a5acba733efdad15915644d275b56691df077f74c6d407
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,917
Size: 1.00 vMB
Total Fees: 0.05015020 BTC
Feerates: 673.02 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (93,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,577 821,577 0000000000000000000057e3dc79c19d20ce7fbba756c76a05aa9166aa325c15 4,279 1.00/1.00 vMB 385
821,576 821,576 0000000000000000000112d4ea264cdcb9e3f26bd585e11e6ecc73582e444673 3,847 1.00/1.00 vMB 482
821,575 821,575 00000000000000000003f162372232aae1f3a52ca5983f795789c83ef43f7fba 4,576 1.00/1.00 vMB 383
821,574 821,574 00000000000000000002d8d9b5cfa014f6f945481d628e964a95b366b0c7a908 3,835 1.00/1.00 vMB 383
821,573 821,573 00000000000000000000aae9b7478726a1d113c6c1843edf9edeb3d96e4a074f 4,707 1.00/1.00 vMB 375
821,572 821,572 00000000000000000000415298b82e23b657d3a7375d5c36e7f7107601c85918 4,023 1.00/1.00 vMB 346
821,571 821,571 0000000000000000000373005f28e283d96afdc9861738d9044e53833cbd63ca 3,720 1.00/1.00 vMB 459
821,570 821,570 0000000000000000000090d78f8fb33342a5fbebd79389fbd7bd10a869b41671 3,768 1.00/1.00 vMB 418
821,569 821,569 00000000000000000002842c96407c974eb0c43bd3652bd96fe8f41e36431e2a 4,102 1.00/1.00 vMB 346
821,568 821,568 0000000000000000000060f6ece3250589e60f8e03af49887b092eb92ae4ec7d 3,919 1.00/1.00 vMB 358
821,567 821,567 00000000000000000000a660a5deb8c1ae9ec06fc70cc6e02a4160a506e22502 3,419 1.00/1.00 vMB 461
821,566 821,566 0000000000000000000004897137bf0b31f1bc4edef873390e5b33870fea35e7 4,437 1.00/1.00 vMB 319
821,565 821,565 0000000000000000000189044452cfd9c8c29da5d10af05664e2b2a1af3d20f2 3,455 1.00/1.00 vMB 436
821,564 821,564 0000000000000000000250b25105294544df9576db20971a4525cf1b99dbfe35 4,158 1.00/1.00 vMB 308
821,563 821,563 0000000000000000000326d7b737bcf0f558696811f13ebfe3cb4c880fb7aee6 2,614 1.00/1.00 vMB 256
821,562 821,562 00000000000000000000d667897810a837263f39499dc09ff01f2ca9ecd71a77 4,466 1.00/1.00 vMB 366
821,561 821,561 00000000000000000003eb6120b253a0c1c35eab9c88718a2e7d1aecd5e1d342 3,987 1.00/1.00 vMB 351
821,560 821,560 00000000000000000000434956e8744b90b291b71cccf99d77877cbd6df02915 4,285 1.00/1.00 vMB 321
821,559 821,559 000000000000000000022ff5f876a530a60f965c7e54ef0846d94d83cee0868a 4,392 1.00/1.00 vMB 327
821,558 821,558 000000000000000000021acfc5ea4f7acf24f65e00a758388330e497909e3066 4,573 1.00/1.00 vMB 362
821,557 821,557 0000000000000000000417174af3257e8fce15dbd79a311de30472b9b6ac4d50 4,364 1.00/1.00 vMB 319
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.29 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.