Memory Pool Memory Pool Refreshing

3,917 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,901 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (713,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,040 194,040 00000000000003774e733ee3b97a5236bd3dd18bfb88b99e558cb75816d1da9d 0.00 MB 12 14
194,039 194,039 00000000000001be99873484458dc3c7a58e457365237e8cf5b4b730be41d9b1 0.05 MB 116 70
194,038 194,038 0000000000000444dfe7734db1c2e386a4d2a1e8b468fb76a2d06ca026e0ab48 0.25 MB 444 143
194,037 194,037 000000000000038dd41f43c7bd4d66598722a8ee64e07bb2783000e097ef971c 0.23 MB 512 122
194,036 194,036 00000000000006e8c4cc1a8d3c51bee20a6769de6115f19558e1c9b368959649 0.00 MB 11 3
194,035 194,035 00000000000002b4a38015c09b73beedb8522f8b17d453613d8da7e8d70aa1ab 0.26 MB 512 82
194,034 194,034 0000000000000423a73fdf72ced38e09638d8597387e1481909cefd789b178aa 0.05 MB 189 37
194,033 194,033 00000000000004eb203e0c75688459df509f002f394b100ff1f16e0b52fd7744 0.13 MB 182 100
194,032 194,032 00000000000005751cd1113ef5e7d79b78bad36ee0e328f53ab39b3ab559e7e5 0.25 MB 659 131
194,031 194,031 00000000000002d23c1554c0cb75272b8f13ba6cf5827bb8b14c0c32bfa2e199 0.25 MB 755 163
194,030 194,030 0000000000000244b04cca0c66840b01f4985b84591c90bb6aedffbd939c1de0 0.25 MB 716 143
194,029 194,029 00000000000005ef4f130a365ddf06551a7fdf8352a7c2cdf61b3d47e25de50e 0.26 MB 671 140
194,028 194,028 0000000000000277a8573fc24ceb4b5fb797de42816e38d864a2f3a70e217859 0.03 MB 87 267
194,027 194,027 0000000000000705b75ae0f395a8ed374e47b243d2526ab28a392d0e208edbc6 0.01 MB 32 0
194,026 194,026 00000000000003a412080ef91f22bf646aa0f2e0ac7075d10fc64bff2ae8a2c7 0.06 MB 165 57
194,025 194,025 000000000000009c062daedc1621b367cba97266cb006a22aa034ee959f45a5f 0.00 MB 12 29
194,024 194,024 00000000000006bb4618083c9a559dc88511135c372224464ce5f7568a6c2202 0.05 MB 140 101
194,023 194,023 00000000000004ecf57eed1b8ed9a5d4b2a4044adc53f7504bbac8634249bbe4 0.05 MB 120 52
194,022 194,022 00000000000005a14fa2e80b75b7beac79d26e8f18f7036b79a808c5a462119a 0.13 MB 255 131
194,021 194,021 00000000000000aa6eec29d8964dc7be3cab5552bcd4404480fbab5936dc07ab 0.05 MB 93 89
194,020 194,020 0000000000000629770d86bf84c3b0a02f230e5a6ab5d6626c261b097ce111ec 0.19 MB 443 143
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.