Memory Pool Memory Pool Refreshing

12,228 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (623,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,845 283,845 0000000000000000ac46549c353b19fa6b8c32b964171eec4ea8d93fd15465d8 0.25 MB 429 30
283,844 283,844 00000000000000010c0ce31d501f9c6928dbe69506a40217d5c1b89d3b435e12 0.09 MB 192 36
283,843 283,843 000000000000000034b2ab97a184017daea27bcbdecd130159dcca063484c705 0.10 MB 229 31
283,842 283,842 0000000000000001675caabf1f63f8312071d4e41c52693363518314587a0dab 0.35 MB 890 145
283,841 283,841 00000000000000018d9981cdb786637fdbe2841935f3733b8bed7ac0548818dd 0.14 MB 236 36
283,840 283,840 000000000000000168305384e7fa7fa48a9cc7a57346e96a8016316ceadabd62 0.13 MB 241 32
283,839 283,839 0000000000000000761cd9c6a003d4ae3c49422abaace02c2cd276590b040714 0.07 MB 77 24
283,838 283,838 00000000000000005efbefe54ff4d7f76014738ecaf96cab7e9475ef2d48a5ae 0.17 MB 363 33
283,837 283,837 0000000000000000bd049fc920d24fa293e02d28f313974fe9a591c252286c4a 0.17 MB 355 31
283,836 283,836 00000000000000011a0e7dd48cea1d2870003c31da037c157c0c1403c3031a94 0.90 MB 1,972 38
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
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.