Memory Pool Memory Pool Refreshing

8,475 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,293 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (685,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,120 222,120 000000000000026c2ed48ee667d185a409996cbc1525a04ceaadcd6a0b51db57 0.23 MB 549 184
222,119 222,119 00000000000000a5a392ddaf6afb98031293ac5c49cbcbddca2b13b3d264f50e 0.10 MB 229 201
222,118 222,118 00000000000001cf58e7409a3e357e766b28bad5fec919e1b566ffe8099e974e 0.05 MB 90 44
222,117 222,117 000000000000017edc4c94bcbfa201ebd1b4e25cce030300af385c532ed4f608 0.08 MB 183 130
222,116 222,116 000000000000042f9334df4ad9d9d54557b6a404a16a558aad625ac219edcf18 0.25 MB 438 151
222,115 222,115 000000000000002127d052bbfc8fa2593d640176261c385480d89867c1caae29 0.25 MB 533 219
222,114 222,114 0000000000000006f77e6a2fada16e401362a082464ffa60a41c152a9c6fffbe 0.02 MB 39 120
222,113 222,113 00000000000003f9c68bebaf414ace43d67cf8bac23294bb9b59ca255d960b73 0.13 MB 349 193
222,112 222,112 00000000000001044aa7f8d652e89b9a768f72aea6dd81bad10d0182434b2c7f 0.08 MB 156 159
222,111 222,111 00000000000003bdb8ac3f4c9b93d82f6c7898df94d9e6363e05777f1be6a4b6 0.09 MB 182 98
222,110 222,110 000000000000044ecbb5de1ede368cebb90d695e04091dc705b91120819e4e36 0.25 MB 432 135
222,109 222,109 0000000000000364862f21faf6f401ee07222cfd70ae58ff870fd744f129307c 0.29 MB 488 159
222,108 222,108 000000000000002cca2f40bc5047f66b8f8d91fa8ae269ac555f2caf1aa204d2 0.25 MB 567 593
222,107 222,107 00000000000003b100a7c13bf2cf1751eaa4c87db55af2eb01bbe7b191b87cec 0.02 MB 27 81
222,106 222,106 00000000000000003203f5d1291beecd4883f1417f071d4865393dbb70080690 0.15 MB 371 194
222,105 222,105 0000000000000000fb3e1100bc2530b0beb94b8c9cfe16d1cd912d8111da0d1a 0.04 MB 86 159
222,104 222,104 00000000000000552ff13a7011e0dd2915eac43b10e1444563fe6e766236a970 0.25 MB 399 145
222,103 222,103 00000000000000273e771dd2aaefe8e33efd37142c124d6bf7d8445ebbd2e54e 0.04 MB 94 58
222,102 222,102 0000000000000374fa0024c9ce80d9aa44770fe3593105b91452f8ce8dcf8f94 0.25 MB 493 166
222,101 222,101 0000000000000362d9e7e351d5dd6bc4f02ca3e1c4540b42755813f85dd85261 0.22 MB 462 195
222,100 222,100 0000000000000240b05f6149dd2593e1e5741bee8422e403ca659ddeb4ceff34 0.17 MB 316 164
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.