Memory Pool Memory Pool Refreshing

7,023 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (27,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,087 880,087 000000000000000000013eb0008d2958e81b434f62b834714ef24e5d58b096d4 1.67 MB 4,203 12
880,086 880,086 000000000000000000023dbf317f7484c46432ad844af870c7ce110f49daab25 3.13 MB 1,105 21
880,085 880,085 00000000000000000000448892c55bdc574eb903408085328a14b84fd784e942 1.61 MB 2,851 9
880,084 880,084 000000000000000000024b22e13eedb9e9d21217ffca99f84e5773afe0a742f1 2.09 MB 843 6
880,083 880,083 000000000000000000000c87fdc303c09a41e04804f125e633d29cbf699f77fd 1.67 MB 3,637 10
880,082 880,082 0000000000000000000108161aff976fabe7953da365c50b8c14f6914998b594 1.70 MB 2,979 7
880,081 880,081 0000000000000000000141e39b7816e6664adf140acb6696b948acc263faf761 1.71 MB 4,068 9
880,080 880,080 00000000000000000000d8fb6cab9dce38c216de172a65dea64175110d833c13 1.76 MB 3,588 12
880,079 880,079 00000000000000000001a09747398d630e7c1fbed66976d89730a40254814cfa 1.73 MB 3,948 16
880,078 880,078 0000000000000000000279074851d6ec49d6247a27cace6491496350945bcbc1 1.61 MB 3,569 9
880,077 880,077 000000000000000000001b8413e1ca20532f0e750f1f9404e59e740950d44e69 1.61 MB 3,237 8
880,076 880,076 000000000000000000019bc0545037d68fddbc8c29f179261e60555f149b32da 1.58 MB 3,674 12
880,075 880,075 00000000000000000000a7601243c0f30f0051f082bd034ab3792e4ddc2ac8c4 1.67 MB 3,298 11
880,074 880,074 000000000000000000027eafe41b5bd7947362c064608bcb23804fcb78a31388 1.95 MB 1,713 5
880,073 880,073 000000000000000000018096bd9f4c59878b4883d159b40e8eae0b418e9413b5 1.72 MB 2,795 8
880,072 880,072 00000000000000000000ca09a8f2d026c509150f5314d69d7447e65225d43181 1.59 MB 3,982 11
880,071 880,071 0000000000000000000155e42d705d51ebb5ff290b5ac393e3c9eb3a7c1e7f0f 1.40 MB 1,861 5
880,070 880,070 000000000000000000005ae764f918ed1fcb955b2db300e5490a421a04e903b0 1.68 MB 3,570 6
880,069 880,069 00000000000000000000524a4b146d80900c0871a8de6bdf965f03c0ab2ee07a 1.71 MB 3,775 9
880,068 880,068 0000000000000000000185c6a659c38bd590ce007523b625b1be99c24197164c 2.02 MB 2,466 7
880,067 880,067 00000000000000000001c305bda9ab204c0a49722f69e7cacbe9ea6846cf8a45 1.71 MB 4,080 9
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.20 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.