Memory Pool Memory Pool Refreshing

5,236 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,935 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (721,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,721 186,721 000000000000011afa3a15c7f3a621c253c6864abcd4430a95665a45993883d2 0.01 MB 18 66
186,720 186,720 000000000000072392953a8be48e767d44bdf177c9e741b2e4a3bfda7ed3e24b 0.14 MB 268 122
186,719 186,719 00000000000000ff0d109fa655bdee737232621d8f3138dbda3bc6b3f36781c7 0.05 MB 123 77
186,718 186,718 000000000000093496a8742dccc456849968190be2fd96505b26c128784234a4 0.05 MB 123 118
186,717 186,717 00000000000008d764f6b8cc401a8407872afc085096874cec8254af84aa17e7 0.02 MB 71 63
186,716 186,716 000000000000035ec2bcecb59dc1f09293fce7abbbf5d93cde289b1a814f97cd 0.03 MB 100 125
186,715 186,715 000000000000053e21274301f64c735421e134c4c5a52fdf81c9b33ddd37b7b4 0.00 MB 13 44
186,714 186,714 000000000000073702a1e7eae2425bfcd82407b61f52905dfb9081ec01ebab6d 0.01 MB 26 74
186,713 186,713 00000000000007ef30a81ce8d3f311f09f6572973051ab08d06702eae9261ae0 0.04 MB 73 102
186,712 186,712 0000000000000618341c72a37e35345eea5824e690a4a72db68168b5fe422577 0.01 MB 32 115
186,711 186,711 00000000000008e5e2ec94345279092ae505fbc4990ea71ae1166c096a343357 0.12 MB 266 121
186,710 186,710 00000000000000016ee61c214d5ad304ee18cf6d360a7a343d616676764f89f0 0.02 MB 66 92
186,709 186,709 000000000000078a8c713107d36d5e89d26adce7438ed8f1699aedb3544ea96f 0.00 MB 13 30
186,708 186,708 00000000000003c153fcc9ec1045c2cb1a27a3bf6fa61cbe2735f84b74e5358d 0.01 MB 42 102
186,707 186,707 0000000000000501a9a2f79dac515d06f16522a055c1e71feb2fa4639b6f57fd 0.00 MB 12 34
186,706 186,706 000000000000055e60ae8ac6889b4dd24081202a6e74f0f4c597b40d56fd289b 0.16 MB 371 114
186,705 186,705 00000000000003c9ae40696336ca82fb3828e301c34729135adfc2910b24b8fe 0.05 MB 168 124
186,704 186,704 00000000000005d014e1902f49d1beb52facd3bbab1bf69ba7df888cc72644ea 0.09 MB 276 132
186,703 186,703 00000000000003203a296000df698e1ee46f10e46cf1fc5c37f7e517e8ba2e8e 0.25 MB 640 167
186,702 186,702 000000000000025c6d440ae40481fbb7e432c8e4abd040a583e6be7f5aa6f752 0.09 MB 193 118
186,701 186,701 00000000000002ed3117a236a791f19a171b33037b38792f13a512ab24f5d704 0.00 MB 11 61
Previous 10 blocks ↓
Total Size: 769.42 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,645.27 GB sent, 95.06 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.