Memory Pool Memory Pool Refreshing

8,411 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,350 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (252,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,382 655,382 00000000000000000002da6dc8cb5a2634cf0a12f9f933b141fb89bed8b59021 1.03 MB 1,089 346
655,381 655,381 0000000000000000000852b4c6330743dbbd46776872dd6a29409ff3915a8656 1.31 MB 2,267 93
655,380 655,380 000000000000000000064228269af4c9e69a2d0d651e819d76b57170b1173e48 1.31 MB 2,212 71
655,379 655,379 000000000000000000092156263d223fa80e5875846a45fb151e43a1225402e1 1.16 MB 2,532 45
655,378 655,378 000000000000000000009f74d67dded8a34098c1980b18c1a16727698dc7ff09 1.35 MB 2,086 204
655,377 655,377 0000000000000000000d2f501998c14fc16951430afbc505df1df60a15140896 1.13 MB 2,479 55
655,376 655,376 0000000000000000000d622f80e6d57c42b5dbb00d2edbfa0ae9dd25ae5ec274 1.38 MB 2,518 84
655,375 655,375 00000000000000000008859831e068ba192c722188d80bf11ba98fbc521ef6a1 1.37 MB 2,745 197
655,374 655,374 00000000000000000010b1c031623dee463c7c0af4335451b45810cc2ff18d6f 1.44 MB 2,562 199
655,373 655,373 0000000000000000000f1abd83a68cddc9f302f64187c7198e8486e6883f2758 1.24 MB 2,391 330
655,372 655,372 0000000000000000000544564f5642228c3a05d5355856e047079017dc10479d 1.27 MB 2,794 147
655,371 655,371 00000000000000000007c8fd066ecc22bb83444eb75c5e40ac8bfc31eb913078 1.28 MB 2,439 187
655,370 655,370 00000000000000000007c5f4633512164a4c0e7c1fdc9a3baecd11ddfd51eb3c 1.37 MB 2,515 62
655,369 655,369 00000000000000000005f3fe545ab1d2c6940e062fe0f89f60a36b73077d2606 1.30 MB 2,819 285
655,368 655,368 0000000000000000000fb877bbac1475a256ee16c597ee74a04660b62a075608 1.48 MB 1,669 89
655,367 655,367 00000000000000000000a9ebd116e18e4f7bf85b8c1bdb9ba1f8bbd6aac3aafa 1.68 MB 805 51
655,366 655,366 0000000000000000000f025ae209029116c5e770359ce1298ffe2d68292e21ef 1.41 MB 2,176 115
655,365 655,365 0000000000000000000a391b7d84bba2b32a84cc250575bb5c8828d1caf5ed95 1.25 MB 2,275 124
655,364 655,364 00000000000000000003732d9c86836033838b0064f276899184ed74d78eceb3 1.20 MB 1,837 216
655,363 655,363 000000000000000000069df605a97e3ad43a1b59b73590303dbdd79a724eeb85 1.29 MB 2,188 74
655,362 655,362 0000000000000000000948b610494349b80e2bd4f00f2ab463faf87362131714 1.21 MB 2,243 25
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.