Memory Pool Memory Pool Refreshing

1,646 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,101 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,644 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (756,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,165 151,165 000000000000003817f21dbd8c13e7b369266deacb75902d02f2b21a0c1d8ed3 0.00 MB 7 19
151,164 151,164 0000000000000a4a2101c1f8efe0fd5052ec9815a4fa7692274b46f77ec7aea3 0.00 MB 3 187
151,163 151,163 00000000000009833c00d76d0e53ecd00485a4211908563a6ce5ebc7c3501e1f 0.03 MB 46 9
151,162 151,162 0000000000000233d9db3dd809e5350f51b532756f63064a8e9fb82b23af4655 0.01 MB 26 137
151,161 151,161 000000000000098a82368afe86956130e9c94e58acab1c7461256ce457a3a842 0.01 MB 39 373
151,160 151,160 0000000000000386e307c2180bc43dc5b2ca75205b7c8b5d22a932781e4f1181 0.01 MB 51 150
151,159 151,159 000000000000020848422473aa384383e019dd452d082586514888fa60ef76ba 0.02 MB 47 173
151,158 151,158 0000000000000ad1f698b98232139587f8dd75298369278e218dc154aff439bf 0.03 MB 84 294
151,157 151,157 00000000000006295ef4f0ed7294c682e77a9ec04d2c654cd7f88d8d946e49c6 0.01 MB 25 236
151,156 151,156 0000000000000b2e9ea5e9fc55192c2aa879ed133b9347a416d54a285322fe86 0.02 MB 55 237
151,155 151,155 000000000000065aa873741f268714add08e8c2da05c9a4687828b1a49ae61f7 0.00 MB 7 19
151,154 151,154 000000000000040fb528454e8212f4ae3c698aa2ffd912ad0aeb8d4e764dc876 0.02 MB 45 123
151,153 151,153 000000000000013ff4200f2b6a781ccb8c4d59b2bf43dfdac1d00203dee57299 0.02 MB 26 150
151,152 151,152 000000000000030a96ef5bd5a91e8d2032937a89c9df2061558488437b4a4e7a 0.01 MB 33 211
151,151 151,151 0000000000000102996dba56a8afdcd03230a95cc42524ec94cfb34fff929190 0.03 MB 63 141
151,150 151,150 0000000000000217b1b89d290f073342d9bfbf16eda6694a5b7ccbfd06fde4be 0.03 MB 116 21
151,149 151,149 00000000000005fd48d32761bf8624eac949a81b9bdea3a00c978c86fdc9a45c 0.03 MB 66 88
151,148 151,148 0000000000000a117f48c906efaab51f0f3d2e7de79ae1be93cc4b69d284e014 0.00 MB 7 119
151,147 151,147 00000000000006989c845419ffec1c396adae915847178eacb8d006ffff2594c 0.00 MB 5 0
151,146 151,146 000000000000044949020d520f57dbd36679014a497e9d206910a4fce03103d5 0.01 MB 22 154
151,145 151,145 00000000000006bdb9c0f65fb3553e9ee2c10aaf138257b172d546bcc062bced 0.03 MB 63 9
Previous 10 blocks ↓
Total Size: 769.73 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,678.99 GB sent, 96.55 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.