Memory Pool Memory Pool Refreshing

3,805 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,654 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (561,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,340 346,340 000000000000000004351c8135d0efcb9ca0b1a16d497dcbc5e5737f9230625c 0.52 MB 910 25
346,339 346,339 00000000000000000fd4b95ff6b0017b57061b65c6327cf6d2842f7a4f443933 0.18 MB 275 23
346,338 346,338 000000000000000001de59687ab259103db197e88c11c10e394d0341ef16ddf9 0.28 MB 545 25
346,337 346,337 00000000000000001629e041edc81d8868a1f08ab9596acac558639677c10c50 0.48 MB 757 26
346,336 346,336 000000000000000002c247bc78d8d989e31c2e9787a71870dc7d072459d172c7 0.29 MB 451 20
346,335 346,335 000000000000000005fea1c73252f94e2a6ed03b33232be075e8a0dc031cb8ec 0.08 MB 150 11
346,334 346,334 0000000000000000081f49b052b30d56d2e8b8be0eb7644f0d13cefdffee5665 0.09 MB 171 17
346,333 346,333 000000000000000005f30c02cd2b50ac268caf55faeabf186f0dde734ca2c7c9 0.17 MB 315 25
346,332 346,332 00000000000000000994a50273b563c54cf3224acd230d1b5dbb32cd2aa0a594 0.10 MB 181 26
346,331 346,331 000000000000000009a6499c2643faf05559520826da0e13f4472af435163173 0.98 MB 1,020 15
346,330 346,330 00000000000000000dc0d700a46c5a7bd8d218dad2be5b56889f5e8588e31d84 0.75 MB 612 15
346,329 346,329 00000000000000000a85d6bfe3e2468172b5c66440bdf5c3df599c3501649930 0.17 MB 420 36
346,328 346,328 0000000000000000020b1d6caa2df825a6fb9648a9e849ed4ae868e040f484cd 0.75 MB 780 18
346,327 346,327 00000000000000001097751a239159106873a290cd518e6e00fe3b0408022079 0.90 MB 1,469 22
346,326 346,326 000000000000000015f5c16a3b5f638432404e139781185ea966ad8d29516449 0.28 MB 1,024 47
346,325 346,325 00000000000000000fc3db01361cc101babacc3e36ebd37fddccc623aa13bcf9 0.20 MB 523 35
346,324 346,324 000000000000000000ed85aa2f9d0ba3bee9a5683e8279f6ea48a09a3791cf74 0.21 MB 525 37
346,323 346,323 000000000000000010877ef104002b34adb2b24b5d64ee583b521bb11e01e55b 0.75 MB 1,467 29
346,322 346,322 00000000000000001262d790240fff0363ba592ba0361c03b5f533eedaaafb47 0.40 MB 609 22
346,321 346,321 00000000000000000bdfb94076bf7f739cf3daa271b08094639beb7647bf9bc8 0.27 MB 397 21
346,320 346,320 00000000000000000b7cc72fd53a9c6d7bc56b7d80f0cb8c832923ba47b42f6f 0.44 MB 702 21
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.