Memory Pool Memory Pool Refreshing

4,436 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,273 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (823,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,778 84,778 0000000000199a07703bd74bada7eb65661e1bf24df901230f8228ae9e09c75b 0.00 MB 1 0
84,777 84,777 00000000001845462d5683b83cb1b2619d293eff49b9ef5dd017ca1c6618d3ef 0.00 MB 3 0
84,776 84,776 000000000021fdf44d7fc8a6a9e4c28cc62e21cef6f2770475584b4411f6e409 0.00 MB 3 0
84,775 84,775 0000000000154523f893a0ae678523bb11d45354106c9280554d4625addc8ac8 0.00 MB 1 0
84,774 84,774 0000000000270e5e8ea13401f7bd7e44086737b0f16a7a3a38e92616c15b0e09 0.00 MB 2 0
84,773 84,773 0000000000298377df094a667d4ccb2bdb6420a6564f3d26cb4b7cee1dfc56bb 0.00 MB 2 0
84,772 84,772 00000000001c41f62032b2044ce94683bb186f631da51f5cea9d38825e681876 0.00 MB 4 0
84,771 84,771 00000000000585377bef5a1493ee9c74fa5eff5a151d9dbab959fe3577f34c63 0.00 MB 2 0
84,770 84,770 000000000027ddb452ad25a78b46a7a9d02b62037b7ebd2c65122c3a0e0eb9da 0.00 MB 1 0
84,769 84,769 0000000000213254d69d28907aa2d7809fa35d377d623285131ad921664f1169 0.00 MB 1 0
84,768 84,768 00000000001827867c22fdb065e332ed2904661477f0e36add6f9cbc3d669cbb 0.00 MB 3 0
84,767 84,767 00000000002474318a9a61fb213c7f9d98c44ebd32b63efb6b6f23171f2c5b9c 0.00 MB 5 0
84,766 84,766 000000000014584e78e0ffc3c109b0d9488ae3d7118851e66bfc36130c9b2067 0.00 MB 4 0
84,765 84,765 00000000000d34de7f1063a8b13edeedab8735dab3a32b4a46133df8d85e6e01 0.00 MB 1 0
84,764 84,764 000000000007d245fc7e72994a325ef0208065bd8147e3a6821b7e2a7293b514 0.00 MB 3 0
84,763 84,763 000000000019c4c85d8e89cfe348d0b65496220b1768dc171e1663f6954c06ea 0.00 MB 4 0
84,762 84,762 00000000001227531b63c5b680404859d13503b8518555748a53a67df5dcf1f9 0.00 MB 8 0
84,761 84,761 000000000029fe4e74455d762a256a752420ff4e00dd1ecd459b77c689746504 0.00 MB 1 0
84,760 84,760 00000000001f0c9addcb88fd5c4e1c78252745caacb9413ea4c3fd1d738ebd5e 0.00 MB 1 0
84,759 84,759 000000000020f0ec0d81a9ea2de6df01d4200c94e81c7bc21a510c48c1a2302c 0.00 MB 1 0
84,758 84,758 000000000025f33ea36719253fd481dc39f7eb632db5b6a069c70c4843a0f59a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.