Memory Pool Memory Pool Refreshing

1,369 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 1,363 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (765,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,425 142,425 00000000000000b62dc68950e92965c5fefbfefe7ef2b36d25bee9a0af20c2c4 0.05 MB 74 150
142,424 142,424 00000000000007a44a82607ceb72b4182f44d40eb7fc9f2b007f3c7845249a75 0.06 MB 135 256
142,423 142,423 00000000000003e14a284682c0a40ceb910fa37faf1dacf62f7e0c1e096f50e6 0.00 MB 15 32
142,422 142,422 000000000000073e947cf70c6eb3d768ff7123ebf02d0bd2c7018ff94ed85a92 0.05 MB 159 101
142,421 142,421 00000000000005a7be93662a92bca161469084b03a95e05352e6414a6085f8d1 0.02 MB 26 128
142,420 142,420 00000000000002d25a3218ff845f7645ed5260c365bbadf9fed2701298e543c1 0.05 MB 146 199
142,419 142,419 0000000000000681697c2a501c16f08fb090b643e494f37d8af2a9136a006b18 0.04 MB 84 99
142,418 142,418 00000000000004c4279f4cdc2aea35efca75a430f084b480d3a4d5d1c9c7dc9b 0.05 MB 102 269
142,417 142,417 00000000000005490c33cbd04f73e9379ebb2e21fa8fcb6b19918f1ea25f133a 0.05 MB 132 145
142,416 142,416 00000000000006f24458ef58d783f4059242068cdf359fc6010d1adbbe7096de 0.05 MB 96 472
142,415 142,415 0000000000000771ef2c537addce5f310147cfb65d5e85646823bad2bd84b006 0.05 MB 101 51
142,414 142,414 0000000000000847bd6d4493d26e2818ccc2800b1ea4d88f046fa9dc47d4c530 0.01 MB 20 1,941
142,413 142,413 00000000000008836263c59eccc44cbe48c11154929ebcd21aeb057911c2ac98 0.02 MB 39 392
142,412 142,412 00000000000004118aacab1a86f1ab1f242a289a529093d5d706411c32e23cbd 0.03 MB 72 38
142,411 142,411 00000000000001e20aa74b1d91df748ad4973fe341472bc7f9e837d04231240d 0.00 MB 8 917
142,410 142,410 0000000000000619d52bfe0c88569dc1f69233829cceef65e74ee2a3cd2fc43b 0.02 MB 75 74
142,409 142,409 000000000000052f9a347ea55c870eecf2c8d1bf5dee197f7e65ed8b8b6e7343 0.03 MB 128 4
142,408 142,408 00000000000006af8eb9ad59ada7cdef32765cf448892ce8cc2b10ee87681f41 0.06 MB 123 1,101
142,407 142,407 0000000000000210d7c55cb07c037b607b10648fce18f6cb6d32d669bfe72749 0.07 MB 144 2,331
142,406 142,406 0000000000000172a2ff2effcb9fc4bfc90754f4f92c0753f86c122ab60cb0d5 0.03 MB 81 40
142,405 142,405 000000000000053661e983f6f4d9d0306dbd2bcaeabe2bdb70ce209366178a09 0.01 MB 10 696
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.32 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.