Memory Pool Memory Pool Refreshing

4,164 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,559 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (258,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,369 649,369 000000000000000000061be3b14b1146f21eb39a886a0e9d6bde4b794bf930c8 1.39 MB 2,824 34
649,368 649,368 00000000000000000004ff0b6173666aec0605a8dc9926ec84fbf5a684e5852c 1.50 MB 2,504 37
649,367 649,367 00000000000000000006c82838f3a036411e695bb143c19708b8b933ae0e7073 1.23 MB 1,996 39
649,366 649,366 0000000000000000000380d5d12f00953b56552cd775fe0a5049e11c8a23100a 1.18 MB 2,139 41
649,365 649,365 0000000000000000000c70e4230112b7da9f71c0dca7111a171e23a57a0af6af 1.49 MB 2,169 22
649,364 649,364 00000000000000000004722775e8e20ebe27ab5a3d105d83b4f003f16c51c718 1.27 MB 2,700 48
649,363 649,363 00000000000000000006f3ee8f0b4fea4ae8c2f98d368051513c1e309d4c2252 1.09 MB 518 3
649,362 649,362 0000000000000000000a287d4e52b60946c0ae19d3e39dfc91d7d78e51cd92cf 1.49 MB 2,233 9
649,361 649,361 00000000000000000002a37221939dc2a63daeb9ce32823db69649750daffe62 1.36 MB 2,194 43
649,360 649,360 00000000000000000005ff185f0308962f842de3585519f56cd956803cd5f26e 1.19 MB 718 5
649,359 649,359 0000000000000000000034af6a70343af09a5062433ff778f54d806048b29063 1.19 MB 1,508 6
649,358 649,358 0000000000000000000c75d1441dea93c3629016e3b542086b0d8c16d66691bb 1.32 MB 2,622 33
649,357 649,357 0000000000000000000305227be30d0b4f8caef6b199996aacf99916f0f2fc02 1.34 MB 1,178 3
649,356 649,356 0000000000000000000ded3038ee869da14106319dde89abc46f805b508355e3 1.19 MB 2,648 16
649,355 649,355 00000000000000000006b3c9268e4bf85326e3562fa4673da150c09fca043dae 1.21 MB 2,291 21
649,354 649,354 00000000000000000008794035c33a5f9b7c46faec53d451181cb246c9305d6d 1.54 MB 2,035 17
649,353 649,353 0000000000000000000d6c13444b073d4af5894c42b97b6b2833c439c320d555 1.43 MB 2,827 36
649,352 649,352 0000000000000000000a38abd80ec08d12a131182980c55606f5b2421b3e3b18 1.27 MB 1,867 26
649,351 649,351 000000000000000000097f8dbfbbd79a0e1930362711f124540114aaed60eb04 1.37 MB 2,393 25
649,350 649,350 00000000000000000008d6d876f218cde36d62f8504f92a2d1cf6198c917e5e4 1.57 MB 2,745 25
649,349 649,349 0000000000000000000d1e54f4df56595ed8a6042ac782afd8c60d1e61326c0a 1.24 MB 2,822 45
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.