Memory Pool Memory Pool Refreshing

1,562 transactions
0.47 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,546 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (719,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,465 188,465 00000000000008b2c144cd26099af4ca88674a2b1beaf334b592188a1fc3df4f 0.23 MB 702 208
188,464 188,464 000000000000069137fdfe3c5ebe587fd14052534f75c465d56fb3e71334d9aa 0.11 MB 133 132
188,463 188,463 000000000000013214befb02f0c128012b23bc3a12fe1dd6d2484ad58a5f4d65 0.01 MB 17 307
188,462 188,462 00000000000004e5f7ba95d9aef77a9f5c390019fdb107fa1da9269a571069d9 0.01 MB 26 118
188,461 188,461 00000000000003255e24a3d17fff7fce30242978eed586e6be0e387d503b8098 0.07 MB 121 90
188,460 188,460 00000000000007f2c79652faa7d5052ade49ce4a423b848a0bf1ac698c417bd7 0.05 MB 99 106
188,459 188,459 0000000000000297ecc4ca1b93974a9a9b5360f2bc41d083ad805decf3f74f7c 0.09 MB 146 205
188,458 188,458 00000000000006171a721fbdcdafc98411109bbea13311c09ebb5cefc4f0bb88 0.02 MB 82 239
188,457 188,457 000000000000016e4b8e96b7bfd1c11b30414829a4dc1c45d19972c778462b92 0.00 MB 10 280
188,456 188,456 00000000000000f9c07bb60d4a06808f85cc0d5d73a2c611a33bd013dcc6d672 0.21 MB 498 127
188,455 188,455 000000000000064d5d73d7cc7096ddd9392ba50b94516a5ee2bd6b6615f324fd 0.01 MB 41 157
188,454 188,454 00000000000007f94d821d3d166c67d18e1982d385a220d62b3ebc5934914f6a 0.05 MB 141 98
188,453 188,453 00000000000008fd3f929567dbb39f95f49a5bc85bc46c73a921759dfdb85266 0.25 MB 387 108
188,452 188,452 0000000000000239ec5bbc8b86aaca33360cc388ace1c8ddce2f66c8f92f50f4 0.05 MB 96 139
188,451 188,451 00000000000000f32041c5047c26b04e8d69675a855ef8bbfed85911b95ac317 0.00 MB 11 0
188,450 188,450 00000000000004cb403c1f8ae99a67ede34e3fcbee3a2bf6235c6b1b5fef1dbc 0.08 MB 256 51
188,449 188,449 00000000000006fae24e3855152fc16a313a8f5428394fea633a2440e00ccae9 0.00 MB 6 0
188,448 188,448 000000000000027e3bd819d8c32887226511e5df90b79f023878b05d31f8cd64 0.06 MB 122 112
188,447 188,447 000000000000071ed3032cdad4d24a9dbc19d50bcd169052fdcd93be29ccef4d 0.23 MB 473 114
188,446 188,446 00000000000000e9305469dcea600ab3de64190450a0def2ad5a6845167cfa7e 0.09 MB 256 153
188,445 188,445 00000000000008ddbd9855d31a8860984861fbef434675ab0a14c9a57ab6e6aa 0.05 MB 116 179
Previous 10 blocks ↓
Total Size: 769.14 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,631.96 GB sent, 93.59 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.