Memory Pool Memory Pool Refreshing

6,766 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,024 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (668,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,299 239,299 00000000000000b95cd7c14c2fdb9b37e4fc63a58ebd6c561e40bc953537b987 0.11 MB 218 167
239,298 239,298 00000000000000dfa5ec2eb4699e83ea3e48f3fd756153254f4982390939e12c 0.02 MB 40 169
239,297 239,297 000000000000000c993f8b99c2fcac1339c578c7f2f5feebc60069757a48fd7e 0.06 MB 113 138
239,296 239,296 00000000000000ced1572a4c351e0a4e7f5a5a038e3c17fb281992a39d745887 0.08 MB 143 164
239,295 239,295 0000000000000129ae44030e4a5fff6fe6e0003e5d1fb26bef0341330125b206 0.03 MB 66 144
239,294 239,294 00000000000000b9d57fab3e79285989d778681679f58be9eb8382d57483b76a 0.19 MB 392 157
239,293 239,293 00000000000000251034f4c22e945240560681829deb87c7401756513293034d 0.05 MB 124 13
239,292 239,292 000000000000000a10eea29659a378011be7c430df1d0f821c0d3d49e4772581 0.25 MB 500 168
239,291 239,291 00000000000001288e56e638b6a51bf7690b8e13a6b16f58b7ee2929fe937ab5 0.12 MB 115 75
239,290 239,290 00000000000000474b9be549ede57d7f53a7ed0d851ad0e087f482dafa8d74fb 0.22 MB 319 75
239,289 239,289 00000000000001469b7248e93eb81a25303a02b512478af1faac016c1a9288d5 0.25 MB 729 238
239,288 239,288 0000000000000099900f1e3b314896a70afea2537eaf6f4c83c0239ce861b35d 0.25 MB 559 161
239,287 239,287 000000000000000ab9aad90114d9b79f16c1e2f67a9dd81b738b16cb39f9885b 0.23 MB 562 182
239,286 239,286 000000000000000afbda0980523891198a52f80c042df74c3475b68603a0a430 0.13 MB 233 130
239,285 239,285 00000000000000e2aeccac9ac2283c9f59059881f1203ce04bd243ba22661542 0.12 MB 224 132
239,284 239,284 000000000000013b0c241f2c9c69ff1b50238b364228065ff9536a07ccdef17a 0.25 MB 436 191
239,283 239,283 00000000000000ae0285797b44250336d1a2ac533312c1a6263b1dbc22dde7b2 0.25 MB 659 224
239,282 239,282 0000000000000157775849b3352c323fa7ad4aa2773a4a764df4226c27598a13 0.03 MB 56 40
239,281 239,281 000000000000003767647fa60d826ae86265ae6969fd75ea3f956ca364fd091e 0.19 MB 439 179
239,280 239,280 000000000000010fa453daf40d6ddfb620bf3afa3b5ce454188bc9ce93dc9d98 0.11 MB 215 137
239,279 239,279 00000000000000b818c7618087504cbae9a91c95077e6ac90993489bfc58ddad 0.10 MB 202 138
Previous 10 blocks ↓
Total Size: 769.17 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,633.23 GB sent, 93.77 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.