Memory Pool Memory Pool Refreshing

3,950 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,808 (6,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,370 901,370 000000000000000000008a487a194c08b94967c9b498fb5c3725347b948ba4fe 1.40 MB 2,718 2
901,369 901,369 000000000000000000007f4adcf07d7ff016377b2a3efa882b49115d4fa4e6d5 0.25 MB 488 1
901,368 901,368 0000000000000000000235c5a61d726dc616211af0b262f08a772312f36f8188 1.53 MB 3,069 2
901,367 901,367 00000000000000000000508f2d7f9520e2e5004b59529afabcc34fe7ded5265a 1.82 MB 2,815 1
901,366 901,366 000000000000000000014b2a5bccd734a10d0b5e529afe19cc2834ac7f86f812 1.60 MB 3,423 3
901,365 901,365 00000000000000000000e8423a7ffccd5f20365c887b1e80a4fbae3549692c8b 1.69 MB 2,696 2
901,364 901,364 000000000000000000012a05a264fac4b504a70be69d613c684fe48ed0d1ccee 0.10 MB 105 2
901,363 901,363 00000000000000000001e24bdebcf32871d2882c963dad04a8799e5641290250 0.41 MB 989 2
901,362 901,362 0000000000000000000149ec9d1ae6cab4352f228672085bf57d78d1129d7ed8 0.32 MB 590 1
901,361 901,361 000000000000000000018997175b6eb5a96d6f502c172014b33cd6d4e7af8286 1.17 MB 2,140 2
901,360 901,360 000000000000000000008ce3b7001f1950e5056817aa8a3cdc17a9fbbfb7aeba 1.62 MB 3,877 3
901,359 901,359 000000000000000000016dd3207852775bad73723c0327edab8f08a0e22cc508 0.07 MB 198 4
901,358 901,358 00000000000000000001a1a059e547a4f7dedf3788bf47f230e7723a1336fc79 0.06 MB 165 1
901,357 901,357 00000000000000000001813b9512a3eb320af4c7b6307e52d47f4e4a82e694b9 1.30 MB 2,492 2
901,356 901,356 000000000000000000015cee7b725519e9e5a0f86fb704a9f129402ebff23641 1.25 MB 2,019 1
901,355 901,355 000000000000000000011f008aabdc94e6278e6be15671c9e568c649b75b2b33 1.63 MB 3,805 3
901,354 901,354 00000000000000000000caa36f306b38cb6b55dc0bd9b4a8a572029d164d0db7 0.36 MB 584 2
901,353 901,353 00000000000000000002183346878d06ff9ee80e01ef48abe620b4c322b5daa2 0.95 MB 1,932 2
901,352 901,352 00000000000000000001be76ed0c984b9fb1ecad2c3ddb471879be7cc3aea486 1.62 MB 3,293 3
901,351 901,351 00000000000000000001e35b49f6a503f30b1278a30aa2951c2d6bbf4d1a9ae4 1.63 MB 3,381 2
901,350 901,350 00000000000000000000a917b5a6d79ab0e02fddc7e2e3ac923421ed04f7c764 0.83 MB 1,929 2
Previous 10 blocks ↓
Total Size: 769.18 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,633.52 GB sent, 93.84 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.