Memory Pool Memory Pool Refreshing

4,061 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,760 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (109,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,286 798,286 00000000000000000003ea6aecc75a28928d5dca359d120b94e6ee0b7209cc72 1.49 MB 2,935 19
798,285 798,285 00000000000000000003c9aa3c3dbb2a88898028ca232c9185c5b2740042cbfe 1.27 MB 1,827 17
798,284 798,284 0000000000000000000123562c7190b0edb48b1324c5063eb0bc510ed53124fb 1.53 MB 3,626 25
798,283 798,283 00000000000000000001b274e66d20cba3950a0070b86cf6273740dcc1d67b8a 1.44 MB 1,847 13
798,282 798,282 000000000000000000046b698090dd43fe4e6fbd55a5384ed8413be37c0fc1af 1.65 MB 3,512 13
798,281 798,281 00000000000000000000954884900463fe62f0f29fff8e2d17b2edf83cedc819 1.25 MB 1,837 17
798,280 798,280 0000000000000000000235c1f9f50afe5981b5d1e7c9a27fc4135b187e7295d7 1.53 MB 3,462 24
798,279 798,279 000000000000000000017d835135ef798de22bedb4e535656dea971b7cf2a143 1.49 MB 3,555 25
798,278 798,278 00000000000000000002c833499b6684b3f011d0eb3886f3df86e1b1deef7044 1.89 MB 1,659 15
798,277 798,277 000000000000000000057ab3d599a26bf60a9d0f7687d40a41e2208d4c5abc38 1.78 MB 2,131 17
798,276 798,276 00000000000000000002886d8dfbe753f6f1d4793de1928c22a2893cea20c750 1.64 MB 2,906 17
798,275 798,275 00000000000000000001a62d93b10ee1dbdabd3bb7f026874c6254864e98259f 1.39 MB 2,449 21
798,274 798,274 000000000000000000053f4dcbd94ffc76ae1eb33b4c2f0bb4d72eea320c7696 1.64 MB 3,702 17
798,273 798,273 0000000000000000000026e13a48880cdc8586836dbb07f2485cd1e00faa6b9e 1.37 MB 3,266 36
798,272 798,272 000000000000000000003019aeddb0b26f5b636bff8ed2006a4e8f87d932a9da 2.35 MB 1,121 7
798,271 798,271 00000000000000000001d071bf7d914e6ff87f4f8d1e46b43cdd0287c71c5c38 1.67 MB 2,482 12
798,270 798,270 00000000000000000003ed144f06fe48259802890f89594579a176edae63a60f 1.36 MB 2,337 20
798,269 798,269 0000000000000000000064f6add1144d135b5a004d6f76be005efcc9463086d8 1.88 MB 3,138 11
798,268 798,268 0000000000000000000010bc315d61c76765c544addd5239bb2dac34f6b533c2 1.46 MB 2,037 9
798,267 798,267 00000000000000000002771938de8630f71416e1c451d1b2f3bcee849d718dc2 1.56 MB 2,852 14
798,266 798,266 00000000000000000000bd52c17e7ace1fdf43cd8064bb408e452fb3eeb80325 1.52 MB 3,323 13
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.90 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.