Memory Pool Memory Pool Refreshing

9,263 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (242,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
665,389 665,389 0000000000000000000793aa8c982ab702b932c7316500e586a2c52ca2c1e863 1.33 MB 2,378 86
665,388 665,388 0000000000000000000cb4f5452a21ecb1819427d10914df21217dca9cca7b69 1.10 MB 1,104 97
665,387 665,387 00000000000000000006be3c3d4fcac8cc2227af410db11e36ed8f07c2e5e96b 1.09 MB 749 26
665,386 665,386 0000000000000000000ab5ec32ec090ccef7f8ee3d7546cef18a1c0b93472108 1.13 MB 1,295 24
665,385 665,385 0000000000000000000383c9e6c3547e7b47a949320a9adf9c97575383d32caf 1.28 MB 1,849 41
665,384 665,384 000000000000000000036461f9b3bff8cdb0d0b4d8c757b1a626de8687cbdb62 1.05 MB 318 16
665,383 665,383 00000000000000000004a6ed454c9621e4e007dacc7149a83945d5f09a89dbd2 1.10 MB 2,044 22
665,382 665,382 00000000000000000002c46c92d4411c7a91e4d3eaa656cd9e40a6c7f2526aa1 1.43 MB 2,448 80
665,381 665,381 0000000000000000000d44dc06a741e3439bc6ebe2a112f295ae1c840b2a6fc6 1.04 MB 263 13
665,380 665,380 0000000000000000000ae0efb0f11695d4e55167afb582d4c2db5be1dce2e7bf 1.09 MB 1,162 18
665,379 665,379 0000000000000000000d72254ace3fd2f2f97571498215fc1298cab779309f04 1.32 MB 2,368 51
665,378 665,378 0000000000000000000ad23f523385adfe63fede355cd56d218044af0000b951 1.24 MB 1,715 25
665,377 665,377 0000000000000000000a5f7e216b617f8e5767d88761507b58fb7a50e5409789 1.32 MB 2,500 89
665,376 665,376 0000000000000000000065093ce206062051c7778bfca4fef31c012154d76c19 1.24 MB 2,057 16
665,375 665,375 0000000000000000000a6bcfcec7aa0e67841003157020b787310f190558c171 1.44 MB 1,845 46
665,374 665,374 0000000000000000000b3074c7cb8e432be5db5aff899630e2391ea223069145 1.22 MB 1,983 30
665,373 665,373 0000000000000000000496c397ffdf8b20852a1c65348e00d6b70ac532f93acc 1.17 MB 1,637 18
665,372 665,372 000000000000000000038be25434eeb0a039570832d1072fe92f369ad75dce4d 1.31 MB 2,080 58
665,371 665,371 000000000000000000052142c6439792e3b01fa61904f5774e05ecab61e83a9c 1.19 MB 2,262 15
665,370 665,370 00000000000000000007cc6f90325d941b9957e185b17e8e8384707090db17ef 1.22 MB 1,678 22
665,369 665,369 0000000000000000000267af6b6e9cdeb5c89a2672086e7d73171fb26068357a 1.24 MB 1,831 71
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.