Memory Pool Memory Pool Refreshing

3,915 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,649 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (542,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,422 365,422 000000000000000001685b023df2d9eaaecd0738b150ef1176145af8941292cb 0.95 MB 593 12
365,421 365,421 00000000000000000da71415f3ab0e0326f007be604578ff262d491872fa62fd 0.30 MB 610 40
365,420 365,420 00000000000000000f6647e5e25412794a9669dd0948e9061bdf48eaffd4a25f 0.01 MB 25 160
365,419 365,419 000000000000000005ddce23970f1af4bfce5b36d640a14875343abf6e8f6b7f 1.00 MB 410 8
365,418 365,418 00000000000000001229d3f5f7d75dbbd51755ce951d974ca255d48556691254 0.09 MB 187 25
365,417 365,417 00000000000000000afe1202367b7dbaa3cac2f265fcdf1207a7884bf7e5030b 0.36 MB 652 40
365,416 365,416 00000000000000001177ecce9cacd846c2637ee172e7af69e7319418810ff5a3 1.00 MB 1,332 31
365,415 365,415 00000000000000000b5eebd646375cc7f5bddddba5f5558c26fa93123e122974 0.93 MB 496 10
365,414 365,414 00000000000000000803b9ef34926c1fc183a2e0eb21e459563ce5c0042c54c3 1.00 MB 983 21
365,413 365,413 000000000000000006ec04612aeeea5230d9268cac6a64395177639c9f672524 0.75 MB 243 6
365,412 365,412 0000000000000000105872d71302b8d5a65ea2d037093651c0447e6984e285f6 0.93 MB 330 6
365,411 365,411 000000000000000012505d6631320a5bb21754359147c508aaf6f15f6e5b78ad 0.95 MB 900 19
365,410 365,410 00000000000000000205a5351d6fdc382f78afebfa6507c35f82691f33528fb6 0.31 MB 558 41
365,409 365,409 0000000000000000068a1b43ccc6b70522a4db0da7029c1fe64f6186ff474d28 0.21 MB 372 40
365,408 365,408 0000000000000000148b4da658f5dffbddfdb83c06236b49fa9c2ec4acbfc85f 1.00 MB 1,181 28
365,407 365,407 000000000000000001f5b024275e03684cad53114a79d6d2ab74eb66470f10c9 1.00 MB 597 11
365,406 365,406 00000000000000000a5ff449894127e4aa6e9bcf9db41dc7e53b30228cc3e078 1.00 MB 299 4
365,405 365,405 00000000000000000b0b53d7c46a90f81dc53a6a1025e9882a36d644d83a79f1 1.00 MB 762 15
365,404 365,404 0000000000000000025bcae3c5959a63f9a12bb4a7600563f00e157d37acdf7c 0.05 MB 99 34
365,403 365,403 00000000000000000669e15cceaf4ced90943196f88204bcd263608bc4330132 0.75 MB 1,489 43
365,402 365,402 000000000000000002dc9c702f4b26878c0e4c5d6f96c2f0250372a2b97662bb 0.42 MB 779 43
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.11 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.