Memory Pool Memory Pool Refreshing

5,921 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (721,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
186,700 186,700 000000000000062845407b914d9e5ba78b09610ebfb1e26eafb5ba5a984cf452 0.06 MB 107 75
186,699 186,699 0000000000000451f64d6e3c758bde4fa53269dcd39138b408632245f9c64bd4 0.17 MB 282 93
186,698 186,698 00000000000007b5e6a1cd7ed89e63e7d63659ee1bce8dd65ec83d58b86c48b8 0.39 MB 983 148
186,697 186,697 000000000000038086f60a5f27adc5ab44cc4195f454c89d90f529ae892987b2 0.00 MB 8 15
186,696 186,696 00000000000001c4a4000f9e5279fa3b5105cd1cb444d89c4fc24cc750f116d9 0.00 MB 4 325
186,695 186,695 0000000000000339839a121e00dbcc62d3a930e289060be5287136f0a8f36799 0.00 MB 9 15
186,694 186,694 00000000000007e70fc5696f76c00e9e58348f04e3d2d3f67e03c48b3bb62bd3 0.03 MB 110 28
186,693 186,693 00000000000004159e907d311cbc594e4104ffa11215454fc592273e13f8f788 0.00 MB 1 0
186,692 186,692 00000000000002cf1bf70dcbc9a69028717d97d5e9e165fc437c1056c9bb5ce7 0.05 MB 118 94
186,691 186,691 0000000000000624d61311b0a4d72b83193ceff70a63392574cdd552543577b9 0.15 MB 288 179
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.