Memory Pool Memory Pool Refreshing

346 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 346 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (687,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,097 220,097 00000000000004855b0d780737d78df5ebb890bb93e98b39c7ed83c516dd9614 0.31 MB 635 179
220,096 220,096 00000000000001fe44073184cecb378cccdcb661ab2772d531224c369b0e4a99 0.00 MB 9 29
220,095 220,095 00000000000003aad31a061b5960b8520f33e0b163f46e9a5373f7d010b9516e 0.05 MB 87 142
220,094 220,094 00000000000000f6126242ae82a0577c58cb2851d0bb7af650b945dfb0ff01e0 0.25 MB 765 246
220,093 220,093 000000000000036a4fffc527e69e488c75107d8dbd8e6f1548191ecc01850971 0.42 MB 452 314
220,092 220,092 0000000000000025345a6b90b7dbff5ac8fa3db361f68ffd39b86c68842e1809 0.33 MB 616 205
220,091 220,091 00000000000002ca6ad142cded9b69ac8f5f15c63a8ff976cbef082bb4bb7d8b 0.05 MB 116 132
220,090 220,090 00000000000001445d270f6fedb58af0e81d8a6544873ea2da83cb17ea98aef4 0.05 MB 121 66
220,089 220,089 000000000000019fe37ffaace29efa2ae617a0911b2b19275029325dc7b851eb 0.25 MB 829 260
220,088 220,088 0000000000000197520b41bbb15b177f2d4b3f565cf5b2d38d0dc9e3371c6062 0.06 MB 163 81
220,087 220,087 0000000000000316ca9f848564fcaef3dbead4933fe7a23852956f2404f98016 0.25 MB 502 153
220,086 220,086 000000000000012812976f75930014e6dfae958f737eabbfd5bc042c06fbda4b 0.00 MB 14 30
220,085 220,085 00000000000003a83d2338d20cfcde3e1ac0984bab34956c73b4f9e4ae4685a4 0.25 MB 711 213
220,084 220,084 00000000000004bf2f345d980b5ceb11538b83b49c55739535242f9212e0212e 0.23 MB 564 197
220,083 220,083 00000000000002e007039df5212a3c29b2bdc2fdab01b4015bb9525ddbf11528 0.13 MB 258 152
220,082 220,082 000000000000035483249ace5eb25e40bc994ffae0873ee85bbdf7e8417e86a1 0.25 MB 326 114
220,081 220,081 00000000000004e05455e4f93ed3dfbf38fd6d0d166186f6aac6d5ee89e537c7 0.25 MB 760 249
220,080 220,080 00000000000004fe2e4451c848aadedffa132c488f5d1fedca69af29509d1a04 0.05 MB 136 205
220,079 220,079 000000000000006b60d27f6d5a56e7e26e143754d735868e0581b42ee280f4e1 0.25 MB 481 153
220,078 220,078 00000000000001b8fc2f36c16313d47b8b3da3e97662d780d4d814b255fef54a 0.29 MB 661 208
220,077 220,077 0000000000000470eca64445b86346d56f5141fc1778eebe0c63a652dedfc520 0.12 MB 224 157
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.