Memory Pool Memory Pool Refreshing

7,266 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,708 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (441,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,611 466,611 0000000000000000018a6041f16592e8275efc76a24e766d28d824c4536ff36a 1.00 MB 1,446 157
466,610 466,610 000000000000000001cd34e5c31e8e6f12dce4266ee594b26ca2ed3f97f869bc 1.00 MB 2,090 218
466,609 466,609 000000000000000001a2dd85057e5a562229938597246e2cab3796428b03fa2b 1.00 MB 1,701 175
466,608 466,608 000000000000000000719f7638ab5347b4794b80732306c67470cf2acbbecb71 1.00 MB 2,279 185
466,607 466,607 00000000000000000008812156ac770f05a8165fdd8e5ad628e4a2a7041ec44c 1.00 MB 2,448 225
466,606 466,606 00000000000000000022749a62a07d99e1447ee8062af2eebcb16d2eb1387cf9 1.00 MB 2,287 242
466,605 466,605 000000000000000001c8933c3615ded7b466ccd9affcf79819c163943ebf367e 1.00 MB 2,648 183
466,604 466,604 00000000000000000164f1d8e120ee5d88952eca0da58f75c24c922980bba582 1.00 MB 2,146 201
466,603 466,603 000000000000000001e52519e73bd17eda0dda8cbbd657860f58d0284ee10fc3 1.00 MB 1,754 223
466,602 466,602 00000000000000000171ba333f99c22195a5c3e344855c3147a6e0ec5c11e925 1.00 MB 2,444 213
466,601 466,601 000000000000000000691c14cdf5931019b9f99d8030f89594fd6d5db5b0620d 1.00 MB 2,443 255
466,600 466,600 0000000000000000003d92f3263a8b8b10677adefb07db051bf0cec5a80d4bdd 0.04 MB 42 208
466,599 466,599 0000000000000000019a1dd186b0804b3a539591934db9684cc592ebd5f8104f 1.00 MB 2,152 395
466,598 466,598 000000000000000000002989b5ad667a547d7cdf9dc5485f51c7bb423a020479 1.00 MB 1,975 244
466,597 466,597 000000000000000000ee014b957b0d264f9c62e91f84a561f0d870ebdd48e58d 1.00 MB 2,155 221
466,596 466,596 000000000000000001bde23eb10e3c5521381e7e1f20e064a2bc9569ddc0a1c9 1.00 MB 1,554 242
466,595 466,595 000000000000000001f11694dcc498fd92105d3e5990d9cff8f49d55f6b2284e 1.00 MB 1,964 305
466,594 466,594 000000000000000000ca4c0132a4749864c7f9d20b7555875d2b252d9bbdebf8 1.00 MB 2,103 272
466,593 466,593 000000000000000000a231e787b5e4b0fb3339d47a53b321c69f27557636ce8f 1.00 MB 1,768 190
466,592 466,592 000000000000000000794cd3209fb7365412da33f1144d632858f6b6e7a80cf1 1.00 MB 2,973 173
466,591 466,591 0000000000000000016e3fda6fb42630cbdc5c2c2dcc5a0acb06e5bc9fb07bb2 1.00 MB 1,218 151
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.84 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.