Memory Pool Memory Pool Refreshing

16,646 transactions
14.29 vMB
Show Random Selection Loading Transactions
Max Size: 85/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
903,002 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,331 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,001 (644,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,899 258,899 000000000000000404ed03cd8174c36c58de543d27f89550a23c95c3a7978afc 0.06 MB 128 82
258,898 258,898 0000000000000025e97dca37737d748425daf7e8740520237abea1fea8597caf 0.10 MB 146 74
258,897 258,897 00000000000000176a1028f535184ae05fbb3bedbda09af3b53227711ff1dbdb 0.17 MB 398 74
258,896 258,896 000000000000000ae723eaeace03cc4567e2a874ac010faa19b26b9a028060dd 0.10 MB 256 157
258,895 258,895 00000000000000248c388f728b6c16b64df052e65b47237f18f91a70c1ee7f4c 0.29 MB 682 120
258,894 258,894 000000000000001e6d625e251d9912b96e5d7b61d1775f6abfb843d2f46f2548 0.03 MB 71 70
258,893 258,893 000000000000000d6043296fa565705c25aad0ae4e01c8e899c92e76045e6565 0.11 MB 277 113
258,892 258,892 0000000000000020f2e18727570b9291a606040fe94f5fcce5d1b0862fd02871 0.20 MB 439 109
258,891 258,891 000000000000001176b62efa85b15a2cd9c121c51fe858efba3624096d8e6ab0 0.06 MB 117 53
258,890 258,890 000000000000001d6b479453c698ecdd2c5547b3f6cdf627bdabb76b7d8633b0 0.13 MB 326 93
258,889 258,889 000000000000001d2a0fc96f0dff45fc179ab646dfa6c67edfca6c1f6f9b88e9 0.15 MB 363 90
258,888 258,888 0000000000000000c5ded611afdbcca9d2cc283a06da5649a4eca448539f13de 0.10 MB 231 98
258,887 258,887 0000000000000012ce200fa7d2d4efb180c2bd0023127954270d5bb7f01ce6f8 0.13 MB 306 141
258,886 258,886 000000000000001d9173f0b79eaad61f264c7eb216e416ed0dd0abacfad1ffb4 0.15 MB 318 92
258,885 258,885 00000000000000219f809fd929aad8564a5c50c948629c686e7584a8b732747c 0.21 MB 432 58
258,884 258,884 00000000000000150868ab4df0e18fc905547c73e21c5e6564962c969562a4f4 0.25 MB 590 150
258,883 258,883 000000000000000c13468d837b42bac2eea0f0521bd3ab5d3d800f763635e6c7 0.14 MB 256 88
258,882 258,882 000000000000001c437d2f87670580fc5c013de9913d72795f0ec6110a6c9059 0.21 MB 463 116
258,881 258,881 000000000000001cdc325ce9c4716667258702339ffa5f5d19130faac98c8c6b 0.25 MB 576 104
258,880 258,880 000000000000001b3dc63cbf2b12991dbc00d703d3ad88a979f5205887ad0263 0.25 MB 751 110
258,879 258,879 000000000000000fe7e6867faf40805efa3b467f8eccb7edbeb25e3849286a94 0.25 MB 643 100
Previous 10 blocks ↓
Total Size: 760.92 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: 916.70 GB sent, 51.08 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.