Loading Tool

Explorer IconExplorer

Memory Pool

20,553 transactions
8.90 vMB
0.05009080 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.14/200 MB

Candidate Block

Mining Attempt bd92071668e393e3acaa10d7dd6411d238b81cb0debc83de95e612035d9bc10f
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root f76e7f59e0d3c8a6fbbe17dbb25a41abc5bae624842a0c81d365bf2dd2307956
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,418
Size: 1.00 vMB
Total Fees: 0.02893299 BTC
Median Feerate: 2.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (688,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,475 224,475 00000000000001bc1f0a057c5637f4c689b6cecc1845ea4efab105dde461ecfa 472 0.25 vMB 144
224,474 224,474 0000000000000346af5201a06d28479101ef0593272c8876339ef40e1eaf1080 485 0.21 vMB 176
224,473 224,473 00000000000003a86e5c985a99d54abf7d20fc04b6f1b6d5752ae0c8f51c8a9a 379 0.23 vMB 132
224,472 224,472 00000000000002dd2cdafd8992d8169f2db00eae4f0681116e82090729f26664 322 0.25 vMB 138
224,471 224,471 000000000000021c439488a98bf5e1f1e3599f1a8ac602638446f995cd54009f 533 0.25 vMB 170
224,470 224,470 00000000000001441a56ebc40ac9f6a76ce6023a9be01c8b2aaf539772c3512b 646 0.25 vMB 221
224,469 224,469 000000000000006c909c3d1c298b8a797bcf4d28cf01d442d3f6ef9817992e80 594 0.25 vMB 189
224,468 224,468 000000000000001925148f0608c855c31b783b362b7cab4e39a08f6f02ada82a 342 0.25 vMB 123
224,467 224,467 000000000000010d7242e902c094727b936557f6ca889a83e89aaad95657d8f7 429 0.25 vMB 134
224,466 224,466 00000000000003a15204f9208c27534e71c160018ec17d05bab400dcfedc0569 689 0.25 vMB 271
224,465 224,465 0000000000000370e4a9b787594bafd8e2d9bbb13466da0c7820160ac56d282b 418 0.25 vMB 1,838
224,464 224,464 00000000000002c0fa60f9ef565a23120e1e8f9a54f17cfe14db80105ce11bc9 457 0.25 vMB 109
224,463 224,463 00000000000001e62ca0f1ed67ee01873e8d353ae2a0834b4ac38bdc160a7d21 678 0.25 vMB 245
224,462 224,462 000000000000008e1a596def94b3507556c26e26363d3f18a83cf3f058aee74d 777 0.25 vMB 281
224,461 224,461 00000000000000651c0f3c7f58be2da1092945e37d29b58c1cb1a2348f9cc525 652 0.25 vMB 229
224,460 224,460 000000000000006a5969d738cc0b8af8431a36edcf49a685ee6ab557b04d5d93 238 0.25 vMB 95
224,459 224,459 00000000000001ca644096614c21d754b5546e9590f98064e693d626f7be9d69 102 0.04 vMB 99
224,458 224,458 00000000000000aa5ab86b571fc15ba3d2ff9b5b821702ef391177b399e3e3b4 428 0.25 vMB 159
224,457 224,457 00000000000000156d17fbcb9e0c8a22fb97198baf09c9ec5140711141b1e586 524 0.24 vMB 187
224,456 224,456 00000000000000e9b28fe4be6802a41780a3e16dc117231a682e57df2bf9b6c2 113 0.19 vMB 60
224,455 224,455 000000000000014e73f04e4d097e334c3f3c38bcf401aa418467beb555b79b39 183 0.25 vMB 67
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 249.65 GB
    • Received: 0.95 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.