Memory Pool Memory Pool Refreshing

7,965 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (11,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,284 896,284 000000000000000000008b80dc51acd25cdbe07dd87a7aeef9ff8c361e2fa3e5 1.76 MB 1,625 1
896,283 896,283 0000000000000000000005f153676ed9944ace70738066dbbb834e4b8f91c6d3 1.82 MB 1,805 1
896,282 896,282 00000000000000000001ab3c0747e699e508a8c44a9c15db119e5cd8668ea88f 1.70 MB 3,500 2
896,281 896,281 00000000000000000001dadaed27abb1469c4afa160c6a422dc2751894fc86f6 1.60 MB 3,780 3
896,280 896,280 00000000000000000000653a7326e0cad24aba1946110f53a97a8f7bd1b9ea55 1.76 MB 3,869 1
896,279 896,279 00000000000000000000e0a6c436079406f98aa42bbcc5a6222de991ca9ea033 1.62 MB 3,858 5
896,278 896,278 00000000000000000001d091fa8dfcd81937fce2751ec1d2bd4831738b044818 0.80 MB 1,810 2
896,277 896,277 000000000000000000016e8319b426609cf9bacaf19314488addbabd1890c411 0.51 MB 517 2
896,276 896,276 0000000000000000000122333627fbec47d8e7e98359a556456c8f1c7346807e 1.75 MB 3,029 3
896,275 896,275 0000000000000000000012f3f0e4060c3fa553ffa13ffa147a790a152d3e2ecd 0.21 MB 439 2
896,274 896,274 000000000000000000021e73803c293ebd828bba108bf5e3f2e4402ec2c8a63a 0.47 MB 1,098 2
896,273 896,273 000000000000000000006dd5a6d626d20e9c47edc8cf3500f61bba1e7b18a38a 0.71 MB 1,266 3
896,272 896,272 000000000000000000013c94fd0554250daa33aef16b893f6a257fb6acf946eb 0.39 MB 361 2
896,271 896,271 00000000000000000001a23f7d140eb26dc5d239d0712bcc38e1bd40d0c5956a 0.14 MB 351 2
896,270 896,270 00000000000000000000af941f2dde281536b9c421915d23ada00aed78745ea5 1.28 MB 2,132 2
896,269 896,269 00000000000000000000211066c76da1e544802c5732eeb65dbae3500e135216 1.65 MB 2,882 3
896,268 896,268 00000000000000000001ae50ae24074e6e0f365f2cb1f0e45d495d036bc2969c 0.46 MB 382 2
896,267 896,267 00000000000000000000ae0766c4c822cdcc03d44e07ef42d2950eae6a33bb1e 1.25 MB 2,099 2
896,266 896,266 000000000000000000016bfc23076ce0ce150165ebf957470d992690fb2f931f 0.13 MB 374 3
896,265 896,265 00000000000000000000b0167e04c9c862690e04ea30c1d0ea7797770e44486f 1.27 MB 2,325 2
896,264 896,264 000000000000000000002eca5b6f49f68a534efbe36400b2909b62ba68ae8695 1.30 MB 1,932 2
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.