Memory Pool Memory Pool Refreshing

6,206 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,972 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (692,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,079 215,079 000000000000028d6f0d2d42ef29ce58a9dacd5b64ca320b164dced0e433d867 0.00 MB 6 0
215,078 215,078 0000000000000331552de6a7adeff6b5a2ab28c9de30a13cef6b735b176500a8 0.10 MB 186 153
215,077 215,077 00000000000001f1608dd67ce86a9be5052e8a41c510dee5ada3ccdf90645186 0.16 MB 342 163
215,076 215,076 0000000000000076a566b5d5fb1962e13a41aacb43e12f7ef892e85f2b0dfb11 0.05 MB 121 141
215,075 215,075 0000000000000202b0007edf3e638c7fda7aff8a21692fbbab810fbe3093e4b8 0.37 MB 864 180
215,074 215,074 000000000000032bc428fb57b4fa3e8c2356d43ce5fbdc732dcf2f64775b546c 0.17 MB 406 173
215,073 215,073 0000000000000400a927bba7907911978ea65ca7331928bbd20d5f53cab74241 0.25 MB 534 157
215,072 215,072 0000000000000466103544f152cecac093b67148e394c0ab5c89f8c3b424dec5 0.06 MB 196 125
215,071 215,071 0000000000000179ce2e1497794a07ddb48883266ff066545089695bbef03012 0.25 MB 523 183
215,070 215,070 00000000000001ccf44052629d2ad44347cade6d3158cb6e7a6777e2599b76f3 0.25 MB 747 297
215,069 215,069 000000000000011dd4f863435b2a1a244f932405d7838482999a9ae5124c2d70 0.44 MB 966 195
215,068 215,068 00000000000004f3b0ce8abf320ff150f8298e72fe81e05d91e690fca5c1202d 0.08 MB 163 160
215,067 215,067 00000000000004be06c86dbb1446762d5256bc205b0adff122d0c5a1771c4795 0.04 MB 77 75
215,066 215,066 000000000000045f00d94f652ea38518ba8edabbcd3e041da3fdb0032429d1fb 0.18 MB 503 238
215,065 215,065 00000000000004f7e2f80d3e79e0845744deaed6480c030ab6aea3a3e7ebec4b 0.22 MB 491 161
215,064 215,064 00000000000004d371d8eff4e2e63c97e83add3b1f042a16187317c9e6d5617b 0.25 MB 644 326
215,063 215,063 00000000000004024d8a0ca4378d4125386f7bc7a4969df611223aca84c62f78 0.12 MB 177 135
215,062 215,062 000000000000044c8a14efa155b96026ba376193f248c729ca4e83a31d5e5df6 0.13 MB 300 197
215,061 215,061 00000000000003ef904d529224c601393e7c87d4064a1c08d5d2a2806c7c5883 0.20 MB 403 148
215,060 215,060 0000000000000077927d5439d513642ccebe6eba6291d39b173883a8fcf6d29e 0.25 MB 635 203
215,059 215,059 0000000000000152790c7eafa3ac089b98c6c4162c94db9069cc0cd0e6eeb631 0.12 MB 255 168
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 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.