Memory Pool Memory Pool Refreshing

83 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 70 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (15,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,380 892,380 00000000000000000000df944fdedc7275a98b8a1c19b18f08c3e3d7a16b0a2e 1.64 MB 3,747 2
892,379 892,379 000000000000000000023490dc2b2c7394738eca7d2af3111878c3e70c1f04cd 1.83 MB 1,816 1
892,378 892,378 000000000000000000015b229cb14b617af6968fefc98121466444f541b71a03 1.84 MB 883 2
892,377 892,377 00000000000000000000f855c96c01feeaa0e550b25a6d674c380e4abe3904e9 1.53 MB 3,477 3
892,376 892,376 00000000000000000000f1a2b370473e6fff57076062778f86968193b83beca0 1.65 MB 4,016 6
892,375 892,375 0000000000000000000103911e32655823659397895a61167d3bf5a70a2b0c84 1.72 MB 2,514 4
892,374 892,374 00000000000000000001ea6cebe7e5f97866430e65a497318d5ec25296845157 2.02 MB 1,812 3
892,373 892,373 00000000000000000000b1588bbe25b796710167e6e0812e67726ef81904f0ae 1.86 MB 3,257 5
892,372 892,372 0000000000000000000196875e3907c464d20b272a8399d1464d8c2d4c04f4e9 1.69 MB 3,800 1
892,371 892,371 00000000000000000000a0b9aa97565375d46633b4362c95e2e5e6342399f02f 1.95 MB 2,769 1
892,370 892,370 0000000000000000000184f8ff923227e906660cfe1dbdc34004fbd9cd2662b7 2.08 MB 1,544 1
892,369 892,369 000000000000000000013c1d21983c5d8650d0c621bd5b3c5b27be33a616f5d6 1.48 MB 2,241 1
892,368 892,368 00000000000000000000457f584e205ba083883e2028a55208d5e5d2e4dedbb3 1.88 MB 3,099 4
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
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.