Memory Pool Memory Pool Refreshing

6,532 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (597,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,363 310,363 00000000000000000877a67d14dc453b553a168d15447de236f503878e11d0f0 0.56 MB 641 22
310,362 310,362 00000000000000000838e4676cf4ce951f46ecdacf6f329af327edc65fcc9ed7 0.20 MB 399 28
310,361 310,361 000000000000000028125588886113efd318c18fb62300a2889f783d23801b13 0.01 MB 18 19
310,360 310,360 00000000000000002a09c66108d757129e68ac8308cab7356564da861260bbdc 0.04 MB 69 48
310,359 310,359 00000000000000003ccfa35528bfecb848c14640054a8697f16f18f14c163af8 0.01 MB 26 31
310,358 310,358 000000000000000032c357d993b32a745626be3536a7f96405f12350aad08a9f 0.10 MB 227 32
310,357 310,357 000000000000000010a083ab398a12b2b22897fe64b9093e408226e93af98d4b 0.98 MB 485 5
310,356 310,356 00000000000000003d4b3d98ee1d7aad9bb8fb45d7c2136b4438e74e835e376c 0.12 MB 258 37
310,355 310,355 000000000000000024a8382b862650dabc776188ffb97d8a4e8526b39fceba74 0.01 MB 15 27
310,354 310,354 00000000000000003bae8b9126efe88a902c59577ac8eae5847f6e705886c964 0.01 MB 25 29
310,353 310,353 000000000000000037ad43c54a58f91bfbc15a34e098fb8de334636996e9054e 0.12 MB 247 31
310,352 310,352 00000000000000000add78e312e548d70652cf1d11fddfa62faef156bfaa25cd 0.21 MB 395 32
310,351 310,351 0000000000000000201a772f5b92768a59dbe488a643eedde08823dca0434759 0.41 MB 724 30
310,350 310,350 00000000000000003d6df88cf891d7ab3dd65e23428ee60ad8eebad8aabc9dae 0.01 MB 26 33
310,349 310,349 00000000000000003ef017827d4077988fae9540513ca9564535f80cb8822093 0.01 MB 25 14
310,348 310,348 000000000000000003be7adb0c4686b87b40b8e71e8aae2fdbaf74c43de94db5 0.27 MB 526 32
310,347 310,347 000000000000000019129f70ba73577584717d67f2919dc317fe5ad4e71411ae 0.04 MB 72 29
310,346 310,346 00000000000000002af830ba44a1492eb6259329d3a59eafb7f59384a79944e5 0.05 MB 74 24
310,345 310,345 000000000000000021576e4134dd85084dfa7409162aaba1d64ea19b4f1d05bd 0.01 MB 38 22
310,344 310,344 00000000000000000a2f17f37cefc5d98212d6fbe2be806838e6bb765e5c5054 0.03 MB 58 24
310,343 310,343 0000000000000000165e20bd850907f731a0f3c6a772e0766f8ad5df7d0e6a3b 0.26 MB 360 24
Previous 10 blocks ↓
Total Size: 769.28 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,635.59 GB sent, 94.35 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.