Memory Pool Memory Pool Refreshing

3,446 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (787,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,280 120,280 000000000000233d86abdfbde2e282fc75c6a754162151334325322aaeeaee45 0.01 MB 5 0
120,279 120,279 0000000000000e09c84754cfcf2fb803a8e9fd672fa013098b23fcacb6846db7 0.01 MB 12 501
120,278 120,278 000000000000814134a92c888dc9cbed7aca11cb4ba1eef4c427431c10251f67 0.00 MB 11 0
120,277 120,277 0000000000006de0b7a592d351e07bd3007968370ed80779b3c28d8de8a9f174 0.00 MB 11 362
120,276 120,276 00000000000073a9af4d4c94c9d63a0b095eef45561309531798c55d48792279 0.00 MB 3 0
120,275 120,275 00000000000001037048ae645e69ef8d3b93ce1d41975313750acef597ca9033 0.00 MB 10 0
120,274 120,274 00000000000002bdeef3a80999061f79b574bb850f06aa5653478da56ede19a3 0.00 MB 7 2,071
120,273 120,273 0000000000002f7f42584f944390b34da3bf528fd74a609d933ce060fcc262a3 0.00 MB 3 0
120,272 120,272 000000000000354098d44026f42e02db9d173c91fe19562e50531f1258f530b7 0.02 MB 80 93
120,271 120,271 0000000000007c735b9e6ee0e36f12520009afbc74495d7af7c12adaecc8f335 0.00 MB 12 342
120,270 120,270 0000000000001a26ea99d6c9f109277d927dc8db5de37f37d93c39354cdd8fc7 0.00 MB 8 0
120,269 120,269 000000000000082a1b2ce03f5f047f52f8d6a9e80f484ecb5aeba69e05146cb1 0.00 MB 11 1,253
120,268 120,268 000000000000464eded5826481f039b1db2e940241c5a398e045570e50f637fd 0.00 MB 9 0
120,267 120,267 000000000000933427afe29d8746ab9fc56ef760c255eca8047e6471bc3b722a 0.00 MB 13 0
120,266 120,266 000000000000ad56e7054f563fbd51c097d5b3f24f9c0eff100665dd080a354a 0.00 MB 6 1,002
120,265 120,265 00000000000074c18cf8deb32752f2b479790649aebdbdc196bbdc22122a0732 0.00 MB 9 0
120,264 120,264 000000000000b10af49182429941a6067f97150156f4ea5b6220cc91f05d96b1 0.00 MB 12 1,004
120,263 120,263 000000000000949ad489143cbb31395bce192f487857c7913ad69a608061fe4a 0.00 MB 11 721
120,262 120,262 000000000000686c23bd5905f5863c54363d93d5479b481ded3a78b30d28fb28 0.00 MB 2 0
120,261 120,261 000000000000681bce20fa7e7c24f78f47bc9d37a1fcba0b7538f9a599063047 0.00 MB 2 0
120,260 120,260 0000000000005564e83d4376792e1cee417dbcd4f8bda47e6fcb657a1e38f037 0.00 MB 3 3,030
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, 113 incoming
  • Data Transfer: 1,642.72 GB sent, 94.45 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.