Memory Pool Memory Pool Refreshing

5,648 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,216 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (585,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,829 322,829 000000000000000011ee6aac01501f0f5849232667bcbcb46b02d86c8dbc1b36 0.08 MB 148 6
322,828 322,828 000000000000000004740d257ab26d41899ffef606d623c7635d72a6b325c3d5 0.21 MB 350 26
322,827 322,827 00000000000000001400d6a25e77b812cf794c1a51acd19163dd6ae83c221bf5 0.69 MB 879 22
322,826 322,826 00000000000000001782dd3d570caebfce0f6977b5c69a252406a722ae76499b 0.37 MB 675 32
322,825 322,825 00000000000000001b0ec701f81ebc7848962c56cefa04192a7f4b14ea6b8e89 0.12 MB 252 32
322,824 322,824 00000000000000001e0cf9dc97d48b0dacd57feea26363d5055865f692ff5071 0.22 MB 434 46
322,823 322,823 00000000000000000f89a9d9e9fa953050cf2cdc82b7c6134eb6098204a7b671 0.42 MB 758 30
322,822 322,822 000000000000000013c71075058f0ec3606cbbe3f6f33c71fb3512f5b973a039 0.45 MB 564 25
322,821 322,821 000000000000000006d613adde56b796ad29788eea24765aed816e58536b3a43 0.33 MB 560 20
322,820 322,820 0000000000000000188beaebec22c62bcff1a5d92e5d21432e797ec717cfed3a 0.36 MB 565 29
322,819 322,819 00000000000000000d8ab02df4e9068f59769c580d1407054e6a59769ebaebf3 0.42 MB 526 25
322,818 322,818 00000000000000000dd84ac4398247fa1fbb15d3d6d8991a405417c1a5846789 0.18 MB 223 23
322,817 322,817 00000000000000001bfc05bde3db78f1cfe6588c3ddb57abbd84e2560af565e7 0.43 MB 285 18
322,816 322,816 000000000000000008b25daf07a6855c4fd4cf6971cb0955b814f4494feecc16 0.35 MB 544 26
322,815 322,815 00000000000000000a72d2e6634a716f3c51921ee4474c2533480ba744d8f724 0.60 MB 406 19
322,814 322,814 00000000000000001bf64025fad8c833f16b5a69c5846859b4a8069ec4a824d4 0.51 MB 535 21
322,813 322,813 00000000000000001564e42480f3ae482664a9aebc72c4c6a1f09b507c25730b 0.08 MB 149 30
322,812 322,812 000000000000000015908ed438b4c7ff3fbc562903140d432238d6d78d287370 0.28 MB 284 21
322,811 322,811 0000000000000000068659e08a6c3bc4dfc524a7f7a03009e1c079a082b6b534 0.70 MB 799 27
322,810 322,810 000000000000000010fcbfe31eaffc2e56d301c5573a153cd83205abd78e18ea 0.26 MB 450 30
322,809 322,809 000000000000000016a05c140164f7e7a73e6e96d8b0c3c298bfdb527d959902 0.45 MB 657 21
Previous 10 blocks ↓
Total Size: 769.25 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.09 GB sent, 94.16 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.