Memory Pool Memory Pool Refreshing

3,189 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (669,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,848 237,848 0000000000000115abb9ea8ed0b37be0d9047da7eef77961854b28666eb3a0a7 0.25 MB 591 186
237,847 237,847 00000000000000403fd162548b9457b88f8ee4eb61f8cfda5e9ea135613acb52 0.24 MB 559 174
237,846 237,846 00000000000000399b31bbfeac7b6928eb54c807210cbd3abc2877614d950f5b 0.00 MB 6 41
237,845 237,845 00000000000000742600eb43793c9e17d2b9014bd0d7e901df0d0a54ec4985b5 0.25 MB 549 186
237,844 237,844 000000000000012e31ecf63713445ab41a6e5e67a07e35041b8fd255fff20745 0.01 MB 35 173
237,843 237,843 000000000000012b6d9a04c418bda71459ac3afc9a0c0b4059bd5427d09dbe5b 0.06 MB 151 158
237,842 237,842 0000000000000175c0e99247d9643956136a9ee6505805a2c15addbe60e3b75e 0.08 MB 170 128
237,841 237,841 00000000000000feef2cb1dc71b442248d93d2a2a88e127088811c98d2ca831f 0.18 MB 259 137
237,840 237,840 000000000000000d2b6ce0bdae08dd38e8f7f3fbeb68baa9b755c6b14e122d23 0.25 MB 567 187
237,839 237,839 00000000000000cd1f43ae8b62d3002f9156d3572356cb2c623f0e7ce8ca1d46 0.17 MB 70 50
237,838 237,838 0000000000000151603ae41428aecda066826bbdf868c6061903da40a9cb1f7f 0.25 MB 634 206
237,837 237,837 000000000000012827310eef321d99081f5e38225e70037501d0f40ec5fb6121 0.08 MB 103 114
237,836 237,836 000000000000003ea748e34c8fbb9057513a122911511134d2142cea14546348 0.25 MB 552 188
237,835 237,835 000000000000001e4fa1ea7263c25e72b0a9945579c6843c63c1cc054ab68009 0.03 MB 80 152
237,834 237,834 0000000000000048996b43625567df39bbf5cd72634063a4f51435722b183b3e 0.03 MB 50 28
237,833 237,833 000000000000002146e1572396c8c883a2394d117320d48c7fb25d9f96a1d041 0.05 MB 102 100
237,832 237,832 00000000000001704061cbade6dddb7d473cdbcfd3edc51403ebc84f5c85bf44 0.15 MB 311 164
237,831 237,831 000000000000008db0a9d326ddf7c0dba7878f179fb74bb6a04565074af6bd12 0.14 MB 69 42
237,830 237,830 00000000000000623f6392aa9c4040f2723774ec0028cead489dfd4611bc9c25 0.25 MB 459 149
237,829 237,829 0000000000000082991f092c32aef125b214658788685103bf4f095d160f2048 0.25 MB 593 179
237,828 237,828 0000000000000071f5a85f83dbc7c50e1ef46feb3f7020d2b379f29fd9db48cc 0.10 MB 46 47
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.