Memory Pool Memory Pool Refreshing

3,557 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,649 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (765,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,234 142,234 00000000000000a30544a0eac2bdcf16231c340d5c5850176c6275d5b84df8d7 0.01 MB 12 156
142,233 142,233 00000000000003b3c95faf83c703d7bb1b98b0aa30d8b557bdbd4051545a725f 0.05 MB 144 115
142,232 142,232 000000000000066742ae09a37d975704c596be71692d871bb2ca458cf34ebd30 0.01 MB 26 38
142,231 142,231 00000000000002b064bd39f1e564e95cee37157211bfdee522d6ffcf6a1b385c 0.01 MB 20 126
142,230 142,230 0000000000000343d28d17ad4be9c449968f81e1a55745e3118fcabb4fdb540e 0.00 MB 7 0
142,229 142,229 0000000000000230fe962560883fbc6655a62a4ba4dff143045530eecd162d78 0.01 MB 24 96
142,228 142,228 00000000000005e434972329eb8469004f91e3eb1ffc0d92944d9b5cbe76a40c 0.01 MB 22 429
142,227 142,227 00000000000006ffc499d4fea5a9415312d88982cd6b512df0b5cdde41868926 0.01 MB 32 96
142,226 142,226 0000000000000633ccf4e983e7acb23d6a39a8fb4ffbd6953b2077963de389b1 0.01 MB 13 79
142,225 142,225 00000000000006ca78861b004d28361a93c10e2febd624f68111add94cf5f024 0.01 MB 24 43
142,224 142,224 0000000000000843681007015f2407d8bdaf3350f4346b7ce6ad623b9fe1918c 0.04 MB 138 91
142,223 142,223 00000000000004be82d4d37468ba26b3bc03adbe4db596ba1cc979d6d7b4dc70 0.00 MB 11 274
142,222 142,222 000000000000049074346055755758497ee72b5ac1238e58d82ac1713e95a50e 0.01 MB 29 488
142,221 142,221 00000000000000f882a82d5b53719914c565e4d19130765a301a8032a83d3704 0.01 MB 13 48
142,220 142,220 00000000000005b50fb9951a395a70105d63c8768fc93d1a5105e7f8becf5e27 0.01 MB 33 229
142,219 142,219 000000000000029344d8be04c2c27445f690a9de032a89d77c462d9296709edf 0.01 MB 51 7
142,218 142,218 00000000000008a1b8917e6dee75171e6642e3801000f151661400a88fc69e13 0.04 MB 107 167
142,217 142,217 000000000000050757d5c05bb92dbef847fd80d1672204a2de89fa6ac5dd1130 0.00 MB 8 53
142,216 142,216 00000000000006d66dc05bd1ac049664a132a2ff780fa9f3ece4cd154f7ae19b 0.03 MB 27 200
142,215 142,215 0000000000000397db979188379e6b483bcb6fb50ea624c93cde5863dbc59043 0.02 MB 72 0
142,214 142,214 000000000000073b829118f0d6df40acac3c9e55108a8f027679caad810230df 0.00 MB 12 17
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.