Memory Pool Memory Pool Refreshing

7,362 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (15,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,367 892,367 0000000000000000000249f391f38463ecde00d4465aba09e974f7b7913358f6 1.67 MB 3,788 3
892,366 892,366 00000000000000000000417b8259aa7fcd1aba2bec53cdfc4964b274bbd31b85 1.42 MB 2,875 3
892,365 892,365 00000000000000000001781348ae032de0af7e4cb86447ca31cfd91e07818258 1.72 MB 3,120 4
892,364 892,364 000000000000000000012cab192c4ad02f3a29a18a9434a82d9b0aa9ac4b4bf1 1.60 MB 3,402 8
892,363 892,363 00000000000000000000db81d6735ac483d75bdf0930d981778a3f078190f4d6 1.25 MB 1,292 6
892,362 892,362 000000000000000000006641b919fddef96ed93875e7f264f31624119016cfe7 1.57 MB 2,657 10
892,361 892,361 00000000000000000000da207ce852c185ada06125fbe7d5b1d2612908b90ad2 1.12 MB 741 4
892,360 892,360 00000000000000000001567342fbb16db9a8a75e426046d6a08762cec4938b40 1.07 MB 452 3
892,359 892,359 0000000000000000000118596870a204427a51e4e2d32010aca8bb3e454601f3 1.50 MB 2,740 11
892,358 892,358 000000000000000000003e4611df76657ebf7d38d3d03b425d67fb4ec44d81dd 1.53 MB 2,866 5
892,357 892,357 00000000000000000001acbc3f0bdd7b0afe34582c9b77e7a727c73fcc6f99e2 1.70 MB 3,446 5
892,356 892,356 00000000000000000000c1c7877f50ef7d2a5c763a7430ca2ae88ea2a66da619 1.74 MB 3,689 9
892,355 892,355 000000000000000000000de0173f5ba2c883de0818d6fb5a29f0b8e79436450f 1.64 MB 2,955 3
892,354 892,354 0000000000000000000040f9b0d2fd319366466a0204e442572ee57c1efda5fa 1.68 MB 3,645 18
892,353 892,353 000000000000000000018ddfc4100dc5c6888398f3ec18059d52af6e8f6b73a9 1.63 MB 3,575 4
892,352 892,352 0000000000000000000037a4856e60f34bc021e8b373937453542dee29cb9b64 1.87 MB 3,436 33
892,351 892,351 000000000000000000008c64a53149b2be4ff2fe17987268fab46a92c66055fa 1.80 MB 3,725 25
892,350 892,350 00000000000000000001760a7645bba2ed1ee797b95454f94b847b631942d9dc 1.70 MB 3,676 17
892,349 892,349 00000000000000000000e32cd7ffbe2cbc7188896419bc8c4da3ee60db8257c3 1.85 MB 3,737 31
892,348 892,348 00000000000000000001336b094270b01a568bce74952eeecf2d622b9cbd10d9 1.64 MB 3,727 6
892,347 892,347 000000000000000000022b571182ba6358cdd47496d67e1712a8f1c42ceaae2b 1.67 MB 3,860 4
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.