Memory Pool Memory Pool Refreshing

4,894 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,446 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (410,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,310 497,310 000000000000000000490971c88537098d842c409d1472c76c31336c6ffdd2f5 1.03 MB 1,814 44
497,309 497,309 0000000000000000008a02e5bcba4aee7921f79abb1b679329d5b730ed3e76ea 1.11 MB 2,195 107
497,308 497,308 0000000000000000005a5bdc16f9044ad1016e92421d326df30037dca048daed 1.04 MB 2,397 181
497,307 497,307 00000000000000000015e2099c69b44b2b118fc07d02eba23f3c659081efd030 1.09 MB 2,404 170
497,306 497,306 0000000000000000002fd8f490347165c87e1e6cd96bf61ab514938dcf9ab97a 1.08 MB 2,732 149
497,305 497,305 0000000000000000005113cb8b208b8fb910b2de194489055945665005689fa2 1.01 MB 2,395 27
497,304 497,304 0000000000000000009817efc2bd475dc81c6c86d1deebeab46fb182da8d5f54 1.05 MB 2,995 87
497,303 497,303 000000000000000000bb00e4efcac2904d4501aebb265e72dc940ff5b3c4ef46 1.03 MB 1,833 66
497,302 497,302 00000000000000000092ebbbf38d8ca4a62e095c4be56b5773aeb37931d699b3 1.08 MB 2,394 154
497,301 497,301 00000000000000000059b7b28f04028e21277caa05aed03207defcf8475b37c0 1.07 MB 2,055 119
497,300 497,300 00000000000000000055720561fe96d40615c219c5e0d87440c5e1bfc6c79664 1.10 MB 1,730 124
497,299 497,299 000000000000000000909dc3f40b6beb291a580bc8aa7278e48712acb791dda1 1.04 MB 1,176 146
497,298 497,298 0000000000000000007245f091b0fd5a39483a6b360507ff575ee189ba94e591 1.14 MB 2,298 148
497,297 497,297 00000000000000000004a7e25eac6533515cc40fa356ff058c462bdeff8fe018 1.08 MB 1,982 148
497,296 497,296 00000000000000000077742688bfb793cf4672cdadab4819a9e186d778156567 1.03 MB 2,800 191
497,295 497,295 000000000000000000a834a2f738ecee482774c347fde21b94ef6c4a7aeff567 1.07 MB 2,591 168
497,294 497,294 0000000000000000002e4d518cc5249303b3f140c14afde4bcf4e5a75debf508 1.00 MB 2,693 197
497,293 497,293 0000000000000000002b41d96ab955886d6e15dd2afba54f43328eba9f65947c 1.06 MB 2,259 105
497,292 497,292 000000000000000000acb6fe1f85e5442f777af143e1c3e7c36e242c89ffefec 1.01 MB 1,194 28
497,291 497,291 00000000000000000050f504e37cc0d9300df462014a2718af522e4be41764b0 1.02 MB 2,576 68
497,290 497,290 0000000000000000007e1e4c492ac29a213e7f6cae65109fca35584264f7a02b 1.00 MB 2,301 15
Previous 10 blocks ↓
Total Size: 769.17 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.86 GB sent, 93.74 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.