Memory Pool Memory Pool Refreshing

472 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,282 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 472 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (862,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,422 45,422 00000000094bc021240463fcba5c45b479c8f155f6220482303ebf6d815c643c 0.00 MB 1 0
45,421 45,421 000000000200512b1afae9b06300fdbb17d66471baa69f86fc93e77b81291244 0.00 MB 1 0
45,420 45,420 000000000d59ace5d844408c597d3bb7f35f0ec6898e2d74e8ea069507e46526 0.00 MB 1 0
45,419 45,419 00000000065be8ab8c3adc4f8c8ea81b45f65ffe9d1a1de521355effd0d8026c 0.00 MB 1 0
45,418 45,418 00000000075601fadeb7950bb86988575d09c671a72b9712dfe36e0f8e93cd04 0.00 MB 1 0
45,417 45,417 0000000035884f74bad11e5fc1f12a72630980cc93fe6c5aa4eef97d29dcb530 0.00 MB 1 0
45,416 45,416 000000000ab284096c64115b554669ed11bde35dd858fb9b81ffbb47c0fb5e1a 0.00 MB 1 0
45,415 45,415 000000000fcb1e569bf8312620b76fa562aaa42532e88517f5520efe99c0cb45 0.00 MB 1 0
45,414 45,414 000000001daef488ce6b2d9d4823c19b6f37daa056ff2fee8a41431dbd6a7d1c 0.00 MB 1 0
45,413 45,413 000000001b29afe5f16e728b0a4e61997ac7a54cbd6813e4bf82b8eb2eb5847d 0.00 MB 1 0
45,412 45,412 000000001f4d8148f235fdefa621133089ce702bb33629d0f88d2e6ab97c9f4b 0.00 MB 1 0
45,411 45,411 0000000021110d51ec4a0687a47059c1ad357e7624fe3e25545076623eed0be2 0.00 MB 1 0
45,410 45,410 0000000009b7a2618df4926aa2e33291ff7ce0aefdc1d3c6be52fe360d540dce 0.00 MB 1 0
45,409 45,409 0000000032beafee04f2cb3d0d7ee3fa4252d4898e7309afc010b3463207c322 0.00 MB 1 0
45,408 45,408 0000000006b714c30c03aaf3699dfe6ddbf3a9cc338cfa32feaacf40b0c0fb64 0.00 MB 1 0
45,407 45,407 000000000d551ffe2084e41308357301e7dd71d8cd3d67fdf281f750bf7e02fa 0.00 MB 1 0
45,406 45,406 000000002524da177a34b478847f5a48b93b28f25f015755091022236e84dd36 0.00 MB 1 0
45,405 45,405 00000000281fd96867023506b2868bed0afc43e0823596b6586be7fd3a0404ab 0.00 MB 1 0
45,404 45,404 000000001762ce821a3bb7916a8a889f62726afe34c53308865c98402d9d8d1e 0.00 MB 2 0
45,403 45,403 0000000036bc6b61ab0f0145db19ec73f0592d166041baf20eefeb3f41e0710e 0.00 MB 1 0
45,402 45,402 000000000aac911301c1e39c047ff0f9a3b7cdae8e0112c0f8928d6fed559c0d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,691.91 GB sent, 98.21 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.