Memory Pool Memory Pool Refreshing

35,550 transactions
23.14 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,586 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,785 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,585 (397,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,116 465,116 000000000000000000c13e26a5547d7636c2559eeaa03f1f5ca0c3099ca5d034 1.00 MB 1,771 124
465,115 465,115 00000000000000000056cca0cc4a6bc9f3c3315e60770bc882a9dad92b74b47a 1.00 MB 2,166 168
465,114 465,114 00000000000000000208356f99f608db653e1073c6cafcaa790438dfc5b31628 1.00 MB 2,384 196
465,113 465,113 0000000000000000012d3c7dbc73b41b34e9297f4483b584bac27bb1390eca54 1.00 MB 1,757 138
465,112 465,112 000000000000000001dd8059d53a3353a7b30a5d703a7590defae5b9b029612a 1.00 MB 2,425 212
465,111 465,111 0000000000000000006c94168df832e5fceb50075cd58b371257a5e114930f57 1.00 MB 911 121
465,110 465,110 000000000000000000207bf8c530074a528f60e32ff7e48240dc6e106368da45 1.00 MB 1,665 293
465,109 465,109 000000000000000000f624b17c3d5a14d5be03c873bd2c56cc69f209cf8f69c7 1.00 MB 1,626 160
465,108 465,108 000000000000000000097bdbaa6d67254a395225a0312693c73d741a28c9ee24 1.00 MB 3,555 129
465,107 465,107 000000000000000001c407c55c671c5b7aaecdad517505f0f534a534aacfa735 1.00 MB 3,549 195
465,106 465,106 00000000000000000185e01b2a9171811699ae71c2eb9efc3befb59b071aa5af 1.00 MB 3,015 138
465,105 465,105 000000000000000001eeb49471e1d2e1eb27961aa3d4b6eee9f9d82c967ee57e 1.00 MB 2,001 179
465,104 465,104 0000000000000000001e024d786cd7a7cc8552cb35f04540be2a79f428683bff 1.00 MB 1,859 131
465,103 465,103 000000000000000001db544e458dad02a8854c1d6264ee83709557ccc1eba07c 1.00 MB 2,294 178
465,102 465,102 00000000000000000204ca2ef4684e10ea05e556d663bd36452f6c71735e6c9e 1.00 MB 2,416 197
465,101 465,101 0000000000000000010e064d5dba5ee0bb378d97732ddf018422bc2d82390d17 1.00 MB 2,081 195
465,100 465,100 0000000000000000003998e57f2cbe2b8e971bfd94a24f736082312aac29ed96 1.00 MB 2,872 264
465,099 465,099 000000000000000001799278a7a3224ede939a9eb6d93fb39a7e6c606268f6f2 1.00 MB 2,915 157
465,098 465,098 0000000000000000014f7a2fcf4c1e5af73226e7ac9d8f897e4ce2fa0cda94ba 1.00 MB 3,682 126
465,097 465,097 0000000000000000010299cece4b059cf35bf46ae5d732b50ec06a41d2fdb663 1.00 MB 2,803 168
465,096 465,096 0000000000000000010ac258cbf20b1e22766eccc50f916fa8aeb6a21c2ed3cb 1.00 MB 3,532 125
Previous 10 blocks ↓
Total Size: 685.28 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,376.45 GB sent, 107.51 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.