Memory Pool Memory Pool Refreshing

5,717 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (618,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,032 289,032 0000000000000000546adea7e12b1da289ac21668ea2ce2228571dcedb9690d3 0.10 MB 225 25
289,031 289,031 0000000000000000d3a102791ed8e93c6497263c8f221add731e696b75be57b7 0.31 MB 318 21
289,030 289,030 000000000000000069f478409b625c2e78cab5c70c19c07f0bed7b10df526884 0.11 MB 134 28
289,029 289,029 0000000000000000452c127c82498842c895553f8ed4f920d1975ef4056878a5 0.26 MB 376 22
289,028 289,028 000000000000000052fa9a993efe52fe6810e4c02894323c7951cef24a691d47 0.09 MB 256 57
289,027 289,027 0000000000000000f0141820ff21081c027435cb3b80aded5b7363e8085efd88 0.09 MB 131 36
289,026 289,026 0000000000000000af2ba895f1d02ee01d5b3127a1dd82cc2bbd2a3173bdc119 0.56 MB 744 26
289,025 289,025 0000000000000000778674a933f795c9afa6ac0b22abb5cc6015229757154899 0.25 MB 600 44
289,024 289,024 000000000000000005a6358858b6deb4ed9828f2139ebec1272ce04b53f85014 0.23 MB 234 21
289,023 289,023 0000000000000000abf19db1a2963c0bbc56cb3dd6148b0a0f6d37303d03bfcf 0.10 MB 262 43
289,022 289,022 00000000000000002bdb2e6f8dccdf5957110288eca67562cfe7e08d0211dd1e 0.15 MB 278 28
289,021 289,021 0000000000000000e1f0099f87820d51617626d22edc1d1e5db212b6cac8efd1 0.23 MB 309 29
289,020 289,020 00000000000000010f86586f3fb850c193a0b4e9a42d68cfdea1e4cf2b02d3f4 0.31 MB 425 25
289,019 289,019 00000000000000004f1f181e32c0bca4378e3d2a65051d04125a29204d6bae7b 0.00 MB 1 0
289,018 289,018 0000000000000000ed34f8f8b7c27495d70aaf32c2575a56bce54d83e1d325ea 0.04 MB 69 29
289,017 289,017 0000000000000000adb4fe663b812fa4d48ae8c399bbace1d6b90ebec01f6d09 0.10 MB 123 12
289,016 289,016 0000000000000000d15b17520f89e6287e9b5a0c95a25625dc755a90230041e2 0.39 MB 324 18
289,015 289,015 0000000000000000c169cf055253408e9b3c2932dfae3efea914d557d7863293 0.50 MB 982 37
289,014 289,014 0000000000000000b43005aa05a40e132c2b3bec48bf2514e916b18b037d09e4 0.19 MB 253 22
289,013 289,013 00000000000000001e6d638cf58019fbd836baef02c02c442853f674bac9a421 0.30 MB 621 54
289,012 289,012 00000000000000003aaba5a614a1b63a11daaebc01d094845997e22ab6d636fb 0.20 MB 355 37
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.