Memory Pool Memory Pool Refreshing

3,706 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,290 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (669,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,163 238,163 00000000000000563885c95230c30db87970b67871d8f5db53df746156fe6fe6 0.12 MB 255 164
238,162 238,162 000000000000014bb31d2a3faca0eaeab9a6a31665f8cb5d659818b746245243 0.09 MB 237 197
238,161 238,161 00000000000000a15dfea356966db6d35052d2c0135db053fda8c05b36a53ee8 0.06 MB 142 197
238,160 238,160 0000000000000097d1a227601b13c4cc2d78d69b782f29857ce81318ef972b57 0.15 MB 326 200
238,159 238,159 00000000000000ceeaa23a2c141608dbbbb568d00258a43f3698ae79296a9168 0.17 MB 388 189
238,158 238,158 000000000000008ae1e4ad454b16ef4bca56c3111ccf719e50064cc76ddf5f16 0.25 MB 195 72
238,157 238,157 00000000000000101c8a2cd356692678490b3bc34cedb962fd3d341ab75e611a 0.02 MB 45 217
238,156 238,156 00000000000000fd24f3c3a76e7777ebec9645210b52747df16f1577318dc4a7 0.24 MB 406 142
238,155 238,155 0000000000000022993956d697e624b15e0f778284d616acd5c1d4a5b99b36af 0.25 MB 562 184
238,154 238,154 000000000000001514fef8a5b4cbd87b74450c44887005c56d940139e5befceb 0.01 MB 28 157
238,153 238,153 00000000000000656f21e031dfd40036960cae9117d8ec68446eb63deb65e857 0.15 MB 334 197
238,152 238,152 000000000000005e03500e5a50cf7a34e1a66abc6a1eeb86a7d71d5a62509303 0.01 MB 18 82
238,151 238,151 00000000000000961fe7b7ffbb6b7e7dd5ecba13f241bc82c5693887e931f65a 0.09 MB 231 133
238,150 238,150 00000000000001270df5dde8f1c87966dee5fd72447ccaa1ac6d956f4f6c0ef9 0.20 MB 203 81
238,149 238,149 000000000000014d23d69079713ba456f92a83ba5754c32157fa2864bd852599 0.25 MB 656 199
238,148 238,148 0000000000000004a5c4c5e79d6333baeec4f0a6b758065fb249fd3b08667fdf 0.06 MB 133 192
238,147 238,147 000000000000010d703a318a2a5904989d3ede546f144e2211ec59bd21f219dc 0.25 MB 591 177
238,146 238,146 0000000000000078dfad01060e34ed060eb913113955d66a582ef4725f89c50f 0.04 MB 57 71
238,145 238,145 00000000000000b6ff86e71bd27a150fcdec08a9514320f52d8f2d7e6c8387f3 0.25 MB 721 212
238,144 238,144 000000000000005e0acc1ae15bdb1dec91b5c00f050fcbcf943eb33b93782a78 0.06 MB 165 91
238,143 238,143 00000000000000a3e48593599d8ff2e5bfe0d4be0693865e21372208703227a0 0.25 MB 650 214
Previous 10 blocks ↓
Total Size: 769.59 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,651.19 GB sent, 95.87 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.