Memory Pool Memory Pool Refreshing

9,256 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (410,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
497,289 497,289 000000000000000000630edd01961cad551a5b2b2edb758d4c4d3ca70d7edb08 1.04 MB 2,605 115
497,288 497,288 0000000000000000003fae94eb6d2f5c9b7b6a967c045ed1c91736c1b368b25a 1.03 MB 2,104 21
497,287 497,287 0000000000000000001ad9ba0a958e773638b17ae5c091eb127b2f48de3c8dc4 1.05 MB 2,553 242
497,286 497,286 00000000000000000027aba10a7a0d2a0abfba0e147d7339b6487197ccf16d47 1.06 MB 2,958 146
497,285 497,285 000000000000000000a1fc40df984069378798ed423c4735520c1fa5c2cc3778 1.05 MB 3,154 126
497,284 497,284 000000000000000000b11cc0aadb1a84324b406b631b6cf1bcba41f6841bc3f4 1.04 MB 2,485 133
497,283 497,283 000000000000000000c70e3928838d297be8d59eb047f52e68e5a841543eb536 1.05 MB 2,167 31
Previous 10 blocks ↓
Total Size: 769.03 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.98 GB sent, 93.01 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.