Memory Pool Memory Pool Refreshing

4,865 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,445 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (546,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,477 361,477 000000000000000009e9e3ad22631b81c9c0e795c9785ae133c49ad2887613f2 0.07 MB 170 33
361,476 361,476 000000000000000008bd83b90cef185fbd1f54cac80fdeb8884a6cdbda4b49cd 0.35 MB 684 30
361,475 361,475 000000000000000010af9bdf4208a50f92f8c9f60a73d6e64bd8e1654c0494b7 0.30 MB 564 26
361,474 361,474 0000000000000000138b92c3561879d560beb0b771aed309515313c3ab4bf710 0.35 MB 102 4
361,473 361,473 00000000000000000cd817b346d81ad513a32bbad1197e596ffdf736c5822f71 0.54 MB 1,179 35
361,472 361,472 0000000000000000113838087ea8f68009edb0bdd45099d2b8d6747ca0dd28f0 0.75 MB 917 33
361,471 361,471 000000000000000015c028d8524fea626ebe0a1dde6e244c4c4402a9f71e0e9b 0.95 MB 1,697 28
361,470 361,470 000000000000000009a08f6281bb6c7ccea3943fde70cd111438f861e948e153 1.00 MB 2,702 37
361,469 361,469 00000000000000001151bd01c999b4c5bbbc7415e285bd616490595467c7bf1e 0.34 MB 595 37
361,468 361,468 00000000000000000a4d26147b4370bbc36d2f82d0205581525fe89df57daa50 0.74 MB 1,169 45
361,467 361,467 000000000000000014db68376d89db90c15435b6e69ee0f45c65a4e7620b3072 0.45 MB 901 31
361,466 361,466 00000000000000000aba140d19afdccd0022957408a626644e8b5b35297ae946 0.30 MB 416 21
361,465 361,465 0000000000000000124552f1a62f604503d35477902650640130db29196fa10f 0.35 MB 799 30
361,464 361,464 000000000000000011e93335a686eba806d8a8f965f0a4888b309316c5616d3b 0.12 MB 64 11
361,463 361,463 00000000000000000d146e61f142478c8fb08d6c9c5bf896c7509a3d43bb30a6 0.34 MB 766 31
361,462 361,462 000000000000000001a81be91e08291deea0c5a1cbbd57e7f2133689dd57f700 0.26 MB 358 16
361,461 361,461 00000000000000000ce13f8e1d0286f0ff382017b4eadea1de63de5ec27a5ab2 0.25 MB 327 15
361,460 361,460 0000000000000000018b098e5d0efcee21f0e6e62ebe2a947d2be5bdd78234f5 0.75 MB 863 12
361,459 361,459 000000000000000007265da5441a03c153e510f7a4c5a50b120eac0c752b0705 0.75 MB 1,578 31
361,458 361,458 00000000000000000c2521f8fa743cefa30f2be481fa5f73663a6d652c5e584e 0.95 MB 1,728 30
361,457 361,457 000000000000000005a96d05bad26ca58fbe5a43dfea3237e0748b0cfd1a8a79 0.75 MB 656 17
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.