Memory Pool Memory Pool Refreshing

1,417 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,409 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (695,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,427 212,427 0000000000000269f4321bde323a5a944e15165d3229ae17e6791f1d886dd11d 0.02 MB 64 34
212,426 212,426 00000000000004f33eab47c4ee4a65458e1d76a9b0e97d514bed11733796d55a 0.24 MB 525 199
212,425 212,425 00000000000001a10e28bf4ab1eb14a373f8db2a6edfc76e167e1b7f8f005166 0.25 MB 690 258
212,424 212,424 00000000000003649af03b9412bbb5d2a37b9ca0b424732876a49a57cacd5f2e 0.16 MB 266 141
212,423 212,423 000000000000049ea01d5a8805fd42eed9ef0e4906a524acd249adfaef2b32a2 0.18 MB 264 136
212,422 212,422 000000000000023a292e6a818cb002d4a822c77499f54bf0127fd6a786393a3a 0.25 MB 738 254
212,421 212,421 000000000000023bc566175286c2c370fa62f76570bd26a19ffc8f560cb99aef 0.07 MB 177 200
212,420 212,420 000000000000040f0a452df1a96dee67854b253c156d21545871403ee9708eda 0.13 MB 386 173
212,419 212,419 00000000000003948cc921586e0494c1eea032239e09264f994ea802b061e402 0.03 MB 68 166
212,418 212,418 00000000000004a5c4769025b25550d37c5609b92f982c7e155a93fd3aab9f59 0.12 MB 285 165
212,417 212,417 00000000000004391eaf0a4fe334682a56ec71ccc81e7720416ee564b1eb8298 0.00 MB 15 312
212,416 212,416 000000000000005ee277fad0f7c0544abe2c50cf10fa62158df1ac3a115acfec 0.16 MB 368 180
212,415 212,415 000000000000030176185cef417e9b7e1e3478d7cf828b1f65b0357f388853e2 0.50 MB 521 81
212,414 212,414 000000000000042866c4d33fac16260830d0e333f644d39acf5c0c8a5859e6a0 0.08 MB 185 181
212,413 212,413 000000000000019031007c97e7a43862dc53c67a262f9086bbb28cb734587b2c 0.07 MB 176 179
212,412 212,412 00000000000003602515f9456e7f7a18eb1df7cdcbabc5b6afbbeb6f6dad04c0 0.08 MB 220 196
212,411 212,411 0000000000000138f4beee5c6764854e8e0e4892394cf8b49d100539f355d6ef 0.01 MB 30 143
212,410 212,410 000000000000049afa2ffefe3723a9f467a280abf73f0389e717e6bfa7afe8e1 0.03 MB 58 206
212,409 212,409 000000000000021da0016e932ad15c54847b9572b4527627ae09fabd743a3326 0.05 MB 97 147
212,408 212,408 000000000000041b2dd2c6b1c6bbcdf4dd59f8dbc3ac6e6ad71f3773e745c471 0.15 MB 291 147
212,407 212,407 000000000000017b8da036dc5742a8b46342f198b9cfc4b9a547e10f994eb49b 0.25 MB 649 323
Previous 10 blocks ↓
Total Size: 769.09 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.34 GB sent, 93.35 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.