Memory Pool Memory Pool Refreshing

6,632 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (683,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,469 224,469 000000000000006c909c3d1c298b8a797bcf4d28cf01d442d3f6ef9817992e80 0.25 MB 594 189
224,468 224,468 000000000000001925148f0608c855c31b783b362b7cab4e39a08f6f02ada82a 0.25 MB 342 123
224,467 224,467 000000000000010d7242e902c094727b936557f6ca889a83e89aaad95657d8f7 0.25 MB 429 134
224,466 224,466 00000000000003a15204f9208c27534e71c160018ec17d05bab400dcfedc0569 0.25 MB 689 271
224,465 224,465 0000000000000370e4a9b787594bafd8e2d9bbb13466da0c7820160ac56d282b 0.25 MB 418 1,838
224,464 224,464 00000000000002c0fa60f9ef565a23120e1e8f9a54f17cfe14db80105ce11bc9 0.25 MB 457 109
224,463 224,463 00000000000001e62ca0f1ed67ee01873e8d353ae2a0834b4ac38bdc160a7d21 0.25 MB 678 245
224,462 224,462 000000000000008e1a596def94b3507556c26e26363d3f18a83cf3f058aee74d 0.25 MB 777 281
224,461 224,461 00000000000000651c0f3c7f58be2da1092945e37d29b58c1cb1a2348f9cc525 0.25 MB 652 229
224,460 224,460 000000000000006a5969d738cc0b8af8431a36edcf49a685ee6ab557b04d5d93 0.25 MB 238 95
224,459 224,459 00000000000001ca644096614c21d754b5546e9590f98064e693d626f7be9d69 0.04 MB 102 99
224,458 224,458 00000000000000aa5ab86b571fc15ba3d2ff9b5b821702ef391177b399e3e3b4 0.25 MB 428 159
224,457 224,457 00000000000000156d17fbcb9e0c8a22fb97198baf09c9ec5140711141b1e586 0.24 MB 524 187
224,456 224,456 00000000000000e9b28fe4be6802a41780a3e16dc117231a682e57df2bf9b6c2 0.19 MB 113 60
224,455 224,455 000000000000014e73f04e4d097e334c3f3c38bcf401aa418467beb555b79b39 0.25 MB 183 67
224,454 224,454 00000000000002329193520d38942120e57ffcf8d13f52ed1ea0196bf93f98b7 0.25 MB 453 158
224,453 224,453 0000000000000099f14d363636d4aea6b4d7d73f1d5c2f0513926e90a08162c4 0.25 MB 268 90
224,452 224,452 00000000000001c29a038735e334dacac894578f81e0842f28273ad5069db590 0.25 MB 381 105
224,451 224,451 0000000000000167667a9afe3116a6ba7d9d2fbb21688bf942282e4372753606 0.25 MB 479 134
224,450 224,450 00000000000002d92f6b03a01e3feee7cdb1a46fa56e6940f31a74571eda67a2 0.25 MB 663 260
224,449 224,449 000000000000000c29717729c72f928170e8d3f9370f4b704d37bbca4d988057 0.25 MB 872 221
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.39 GB sent, 93.99 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.