Memory Pool Memory Pool Refreshing

16,606 transactions
5.55 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (623,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284,125 284,125 0000000000000001ef4a91d2bb99673382260b562cec524aa021a62820dff40a 0.10 MB 164 20
284,124 284,124 0000000000000000bf26d01c7d88418dbcdfa87b9c59dee1c1529f4b5ee4697a 0.34 MB 676 38
284,123 284,123 00000000000000009a7443141177e6e909904c908f8fe8db61e257b69c7f6c20 0.11 MB 190 30
284,122 284,122 00000000000000005172f007e862301fc3de270fe4e22f7c4c887246c29b0025 0.17 MB 245 35
284,121 284,121 0000000000000000587ac7529adbe4d5d59f085fa29d435f1617ed729d804c65 0.20 MB 535 64
284,120 284,120 00000000000000007c7078e8bdc0783b66ccc2413196d9769ecb2973beef4957 0.33 MB 680 33
284,119 284,119 0000000000000000a10c8aac2353f3c81adf72894c7f0b4f1ddf72454d2f278b 0.05 MB 175 113
284,118 284,118 00000000000000010127ede1a713213d1ced0f53903fa061a22b8521a036c433 0.32 MB 352 28
284,117 284,117 0000000000000000ea4c68b5001a0f529e2e8dcdb7aa0bb5789c3f13ff404cc2 0.50 MB 891 34
284,116 284,116 0000000000000000f37ff7e24f26da0bdd460d211031c57d699dbae4651c8c92 0.50 MB 906 29
284,115 284,115 00000000000000017494d1c9760c51bbc7ecf05e2e38636ca1cd74c513f33032 0.25 MB 637 35
284,114 284,114 00000000000000015e0e931d4b6b7e0000fc57606c9efbb709d5ccd9dba4c706 0.05 MB 121 101
284,113 284,113 0000000000000000963e0419b48002c311d8673cf683fea4b64779ba2e83bd69 0.25 MB 723 50
284,112 284,112 00000000000000004a751f977c058d9d9c26d5179408ae21c806992bd987ebe4 0.11 MB 267 45
284,111 284,111 0000000000000000bd9bded2e91d996a6284aaf150eb28a4bbdec09eee2a0ac4 0.72 MB 1,324 37
284,110 284,110 00000000000000007b01902ea93393246b66a077412f59a640993fde7fab763c 0.02 MB 35 36
284,109 284,109 0000000000000001b0c50eb928b4025dc6dc1d1ce9971eb8aeecb517ab4ae843 0.06 MB 95 42
284,108 284,108 00000000000000006a96b6813f9e27090d0de9d16a9a387bd5b484336ab19994 0.10 MB 98 17
284,107 284,107 000000000000000176482e91526ca5f58ab9e64bb16cf07113eae5506f941039 0.05 MB 115 84
284,106 284,106 000000000000000192fe6675b919109587c0bd50ab9040a3b1acb22f9a67c025 0.02 MB 30 25
284,105 284,105 0000000000000001208742285a62e6b91c614a5bf7d810b897066c33875ef7b8 0.09 MB 114 37
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,624.62 GB sent, 93.00 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.