Memory Pool Memory Pool Refreshing

3,636 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (162,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
744,814 744,814 0000000000000000000148d452262ae38246cb6c0e565791148a373bed33117a 0.85 MB 1,589 15
744,813 744,813 00000000000000000002ce3bb9ad639332a89fdc0fdd992a614d48214faacffa 0.76 MB 1,326 14
744,812 744,812 00000000000000000009649da9a4afcd4ecce85bd8e86954f7b23afa77238256 1.46 MB 2,722 14
744,811 744,811 0000000000000000000321463263eb907d504e2e0149bd6208d9e76451ad9a74 0.25 MB 501 15
744,810 744,810 00000000000000000000c545be40fe934d32e303af72fe562d75c5b6b35855c6 0.71 MB 1,069 13
744,809 744,809 000000000000000000023e09a38a27e763c8423d326bb65e0365b1dd5afd2b85 1.48 MB 2,271 7
744,808 744,808 00000000000000000004c53574358ea59da27dea4d3f302dd5a448092621bdaf 1.30 MB 1,883 13
744,807 744,807 000000000000000000014e9ddf8cceebeb32b79a1f1e10accd23006af83fd8d4 1.30 MB 1,828 22
744,806 744,806 0000000000000000000857876ea4bbef351503e3adf890cb30fef29d3e11a006 0.23 MB 333 7
744,805 744,805 00000000000000000004fb9776d7ea20c5cc13ba573a8ebc1617bf79c75c3a4b 1.16 MB 1,863 12
744,804 744,804 000000000000000000053af0ec0dba263e8716756418a22d374981dfea093da7 1.05 MB 2,036 13
744,803 744,803 000000000000000000054a28adb5dd485bb1aa80aa80c374ae50179697fde355 0.27 MB 135 1
744,802 744,802 0000000000000000000885280a1ff70553654a5278a2a83dfaf2e1a147b76bae 1.71 MB 1,523 7
744,801 744,801 00000000000000000002e71300a0f57349e92f4273e6bc6721c0315cbefd4f29 1.65 MB 2,132 9
744,800 744,800 000000000000000000045fbb801e5f3dde60f80eb3148bd3c1e87736a02bb5b5 1.58 MB 2,586 12
744,799 744,799 00000000000000000006f059ba5a905bc52897aa1c5714854ccf153341823360 1.52 MB 2,603 15
744,798 744,798 00000000000000000005ff09119bcc26a3076d88f226de30a14d5183337922f4 1.56 MB 1,831 7
744,797 744,797 000000000000000000068cdc2d54afff14e30fe70cc54d4ab6bb72c125e0e2ce 1.30 MB 1,174 18
744,796 744,796 00000000000000000000bbec575c64fff2121d265653fc0a0b15ac4ad4d0f9d6 1.72 MB 1,354 16
744,795 744,795 00000000000000000001b39acaee2781ba4521673104c4f09b841e2d90b565a2 1.19 MB 2,066 12
744,794 744,794 000000000000000000034ecf8d6dd25a10591ce62eebb1b3ff71e64f5f2a4c1c 0.40 MB 511 8
Previous 10 blocks ↓
Total Size: 769.16 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.69 GB sent, 93.66 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.