Memory Pool Memory Pool Refreshing

16,238 transactions
5.83 vMB
Show Random Selection Loading Transactions
Max Size: 31/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
891,086 0000000000000000000251050000000000000000000000000000000000000000 ago 1.00 vMB 3,815 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,085 (1,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,267 889,267 00000000000000000002036d0733f5c58046df7d9bc1769347b9061878804a9b 1.73 MB 1,808 2
889,266 889,266 00000000000000000000f6554ba971e896b46820f4a8230e240aceb7998d1dbf 1.62 MB 2,642 4
889,265 889,265 000000000000000000013835e7fe5e47f81c979c27b49744e83c2149075b04ef 1.50 MB 2,127 5
889,264 889,264 00000000000000000002469e21d45102dd98324d7370ada828bbd878ca768e39 1.61 MB 3,903 7
889,263 889,263 0000000000000000000044bf77fd92e2462dc609fc0c90d331fcffd25339f4e9 1.77 MB 3,324 5
889,262 889,262 00000000000000000000d809e98552f29defcf2e28205de05a96da37f550cbba 1.59 MB 4,322 6
889,261 889,261 0000000000000000000170249cc3a698d24fb43e809db51669a28a3be3ea07b5 1.53 MB 3,701 10
889,260 889,260 000000000000000000012037369ee8f0cc95daa9eb1248ab23e8cb95882e6c47 1.64 MB 3,216 10
889,259 889,259 0000000000000000000258e1f40bbd700245202121373bb92645e0875bb2f37d 1.54 MB 3,646 7
889,258 889,258 000000000000000000023bdb4c6392183b486b354e496b2008fa73c85682bd37 1.73 MB 3,202 9
889,257 889,257 0000000000000000000103fda86227398cf709158d2c4f5c80deccde95df070d 1.45 MB 3,751 2
889,256 889,256 000000000000000000001369327595fd976b4a36f8b37f962fcebe4e1d231ad1 1.83 MB 2,493 4
889,255 889,255 000000000000000000024f09064d797aebd6ba2665760a1d33421a8b4857af3a 1.68 MB 3,954 5
889,254 889,254 00000000000000000001dda7603b07ae274ae4cd770f6126c115e72092f2c766 1.55 MB 3,566 9
889,253 889,253 00000000000000000001d81a11a466d76aa756771164f34fa4b79a1e5ea0aa85 1.93 MB 1,932 3
889,252 889,252 0000000000000000000087ae4ee3b6bd7282d3901895a1e99361be767125a5bd 1.78 MB 2,946 4
889,251 889,251 00000000000000000001decd21a56daeffcc505e41a9f482c3cbaa0e68ed2bda 1.58 MB 3,838 7
889,250 889,250 0000000000000000000011658c81f879b849bdd11a0616ceb9790f21c798277d 1.62 MB 3,140 4
889,249 889,249 000000000000000000005e7b15ad26f1458b8c1c0589d66a9df3c40572a26689 2.01 MB 1,483 3
889,248 889,248 0000000000000000000081b735dd0670d18f0f288b725b5e8662888bfce80e00 1.66 MB 1,947 3
889,247 889,247 00000000000000000000cf9714b2fbd8cf025363fb5aa93579ae4e231f643e8a 1.70 MB 3,103 4
Previous 10 blocks ↓
Total Size: 739.81 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: 3,520.23 GB sent, 160.20 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.