Memory Pool Memory Pool Refreshing

3,736 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (670,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
237,827 237,827 00000000000001148ce5f17f974f93d4076c5036e4fb59657f3352b162896858 0.25 MB 585 179
237,826 237,826 0000000000000147f4c19bf6370a280511bb00b84fc7065cfceb4edbf5cf5d39 0.25 MB 599 222
237,825 237,825 000000000000006bd96df04ffc8bf4793d0985866c45b48f6e18ddbd22dc2634 0.20 MB 399 147
237,824 237,824 00000000000000aad8fb5f1aa5addc6f4f9f56b8bb853a693d071379053a2b89 0.00 MB 5 142
237,823 237,823 0000000000000089eba64051676af02a6ae84b1eff9b0507a3c45041b12d55ce 0.13 MB 186 104
237,822 237,822 00000000000000d84ef1ab54e238734a9d58588a0304da92f3ce08e5215a97ca 0.25 MB 585 190
237,821 237,821 00000000000001337eb7bd3bdd60d34399bf30bf29fbb9c5955a4c95da64638d 0.22 MB 181 80
237,820 237,820 00000000000000798c066122f61f5fe6df77c6e329d1023bec88aa7b538fc76e 0.19 MB 512 194
237,819 237,819 00000000000000fcfe4faac8a0d95b63106dca47d06db993b60f5720d8a878b9 0.11 MB 203 166
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.