Memory Pool Memory Pool Refreshing

2,745 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,708 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (666,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,665 241,665 000000000000008c25a7a6ff075a7fb58414b16493da746266c7cf537d18d984 0.25 MB 617 198
241,664 241,664 00000000000000d89b1dfa068d0c78708f4225f8cdaad2693313abde96af8afd 0.24 MB 628 179
241,663 241,663 00000000000000f85f924c2137f701f18c04cd4b5b0419825de0bbd7568011c6 0.16 MB 407 178
241,662 241,662 00000000000000076684f3556b7cb96cce0290c0f113bf569dab8600a2f52567 0.13 MB 320 174
241,661 241,661 000000000000008983d533d4a65e1b3749084db70f55703a2103e2e1f36778a0 0.18 MB 425 150
241,660 241,660 0000000000000011d12b51df6cf53f40269c2fc99f3d1b7779d1b893202b5c7e 0.11 MB 198 126
241,659 241,659 000000000000009e3f276c63825c0c98470439d9ae49862c9c0bfd544112d6e8 0.14 MB 303 162
241,658 241,658 00000000000000c6e7712b2a480c74f494c5038d174ea279312f1a81a0b952cd 0.16 MB 360 198
241,657 241,657 00000000000000b8c83c72411e65053567d12a684d14120f5218e02219011daf 0.06 MB 115 195
241,656 241,656 000000000000004961fd0e71cab5a999cbdfe8684e9e8a0e2fa42728f8952784 0.16 MB 362 182
241,655 241,655 000000000000001314db62133677365ce3dfe682be63d5ccca9c2752430c60eb 0.07 MB 217 83
241,654 241,654 000000000000006ae72edc2f290c6f3599b394a8c4cc504310e3118a8234cb7e 0.01 MB 28 171
241,653 241,653 000000000000009b8c1186a392686c55f3ad6489385ce08d2afa47a2520a15e1 0.01 MB 21 235
241,652 241,652 0000000000000015f1ab6403a92bfe28a3a3366354d5d2b34b0e82b054ca5693 0.11 MB 263 204
241,651 241,651 00000000000000adc49220f4d4a6da011f994526a7b8513d633c4f7672ca5cf3 0.15 MB 317 154
241,650 241,650 0000000000000043ccfc0ef2903a6735c4e202381993bae7d851d2be45b7e70b 0.03 MB 64 128
241,649 241,649 0000000000000047986817de8e94940be8a67c9d6ed20f40099ea3ea79d6e467 0.04 MB 88 176
241,648 241,648 000000000000000baa8847ec5fc1db8f7709c11c985bbdd476b0b0404fc596c3 0.13 MB 302 153
241,647 241,647 00000000000000eb26b50f0315605b1ee5fcd8b228f31fe39070fe8947b69677 0.01 MB 19 126
241,646 241,646 0000000000000071c4ffbda68d80c050ed803f4de0bfa274704d4adc8d415bba 0.01 MB 15 186
241,645 241,645 00000000000000ceef4f4b8879a879970cd22be5d889c1da5645084994890ddf 0.05 MB 112 163
Previous 10 blocks ↓
Total Size: 769.00 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,616.90 GB sent, 92.84 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.