Memory Pool Memory Pool Refreshing

14,060 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (623,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,835 283,835 0000000000000001e337d553fd2558deb68beb9edcb365d047091fa7e1192f86 0.05 MB 179 145
283,834 283,834 00000000000000012ae71ca1e6b11a6c1ac3660b55df8d288ca62e5a04c78336 0.16 MB 129 20
283,833 283,833 0000000000000000b0200da76259d49841d2bac88f0561f2a0044ad2fb6e5231 0.25 MB 488 40
283,832 283,832 0000000000000000244bcd442a97404b0b1bc99925d76a679e2b87f88cc26577 0.27 MB 576 40
283,831 283,831 00000000000000004d9304ddab87d654e61a4fceb67e04bb6dce08567c5571ba 0.06 MB 97 36
283,830 283,830 00000000000000018f2802f41755ed27ff7fa47a1027e382c982da4c285e57ce 0.03 MB 47 29
283,829 283,829 000000000000000080d89b90a4d404b911fce9350761da507785ee230bfdfd36 0.13 MB 301 35
283,828 283,828 0000000000000000a1582f30657810f646e4067e6e31373fcfa040981d5cf9f9 0.02 MB 44 64
283,827 283,827 000000000000000162fcdf8fe0072f9dbf76cf46f00001caaf0f3d065c9b6446 0.11 MB 185 30
283,826 283,826 0000000000000000851ecfc5bb36c9ae1ac0e914cb0eaf173694e28a5472c75a 0.02 MB 32 25
283,825 283,825 0000000000000001087fb976731bd256d147b2bb54163aae42cc0aa81c303cf7 0.22 MB 466 40
283,824 283,824 00000000000000016c8c49985fc0621521b07127a43020cdb9a46707e78f74d2 0.12 MB 266 36
283,823 283,823 00000000000000016fc7057911690391ecaf8752c157b6fc7e2f5a8cf1596ffb 0.21 MB 414 41
283,822 283,822 00000000000000012086096906d9b8ab94374520399ee340585af214cad9eaa2 0.14 MB 282 44
283,821 283,821 0000000000000000ffd3bd3b1c6cf9f6f123ed76a6570300f4ab28e1f1a43f31 0.20 MB 301 36
283,820 283,820 00000000000000000e460449ad1a0fb05d28c814776ebd61c4e08a15952681ed 0.06 MB 126 39
283,819 283,819 0000000000000000b60dd8330c2598c4bd0e175ef61aa0f64ef115eacee246fc 0.12 MB 213 37
283,818 283,818 00000000000000006c7f6ef2308d8712fe075ace1d708471122d8a7602c67f0b 0.27 MB 354 23
283,817 283,817 00000000000000010793589503c9f55de76812adf94c7be698e4b6910eb041ff 0.05 MB 159 110
283,816 283,816 000000000000000054b76ffd2699a31878a9f8037e74b60a2b29a341ac32868e 0.21 MB 481 43
283,815 283,815 0000000000000000100583f8d000b823439577f3f56be37242847c611b964cfd 0.02 MB 46 23
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.