Memory Pool Memory Pool Refreshing

41,578 transactions
33.20 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,226 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,087 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,225 (518,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
344,585 344,585 00000000000000000ce235cb8295a6c74935561f028d3ecd8ec5445607c1e39d 0.02 MB 64 32
344,584 344,584 0000000000000000028dc06fa24383df02dae2d3b225566f30864d975502556d 0.04 MB 78 25
344,583 344,583 0000000000000000148cf7aae5c660d455a9051c56dd480c5577dc5fe59b5a49 0.14 MB 274 25
344,582 344,582 0000000000000000037e9156ce80cce597aaef825a57d937260b2e5f516cfbc6 0.09 MB 230 108
344,581 344,581 0000000000000000083a306f835ff8f149ca9c0e5cb9aa840dfc066cd64cd2d3 0.20 MB 444 24
344,580 344,580 00000000000000000084c82458af6d40d406ae2a5d898d5858eccfb50515214e 0.44 MB 877 28
344,579 344,579 00000000000000000341ab3079e03a0748837598a827fc752f38b341222d6c6a 0.06 MB 63 18
344,578 344,578 0000000000000000030aed831fee60808cccfe71370c7fc79aca28959d626438 0.27 MB 523 24
344,577 344,577 0000000000000000061c32785b954d833a6e571146ce5de2e0cb4d1eda93c45f 0.11 MB 241 32
344,576 344,576 000000000000000014b60d5b8f4ae3cd40c4de1270d39adec2e174131284bd39 0.12 MB 241 26
344,575 344,575 00000000000000000458596498d27b20fd1e9edfd4e952f02d9dcff6cd297929 0.44 MB 811 24
344,574 344,574 0000000000000000040786dc773413bd761e0af380960035f93611ab923dd81b 0.13 MB 236 19
344,573 344,573 000000000000000015bdd61ea7e487e64bb26bb2b09bd797fa7f1cc6f75a9b44 0.44 MB 511 13
344,572 344,572 00000000000000000af1cb96defec351c95bfd6e4513c19b39f379ea659fc305 0.75 MB 1,528 28
344,571 344,571 000000000000000012cbb29cd63e937522ea148fa72edf9dea84f42800296cb0 0.75 MB 1,283 24
344,570 344,570 00000000000000000cb35ee12f77423faabe5ad2ec9d5e5dd30bb63df9929e74 1.00 MB 2,033 28
344,569 344,569 0000000000000000077d9e2af20f29c7f170d363128cf37295b271fc3f9cabfb 0.26 MB 599 47
344,568 344,568 0000000000000000097b896696ac620c4284c1e642c6f410e9252c2850056242 0.12 MB 236 27
344,567 344,567 00000000000000000e1e10f298a4a3b6d45887b1f519b686d7e943a2b932b165 0.26 MB 511 24
344,566 344,566 000000000000000004490baaace2bec99a4e5edc9e1cc4ca5a2df414cced6425 0.57 MB 1,034 24
344,565 344,565 0000000000000000080f81e432e419f503e09c8fa3796e0f68e54bb0be2efa7a 0.15 MB 350 34
Previous 10 blocks ↓
Total Size: 686.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,477.55 GB sent, 115.44 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.