Memory Pool Memory Pool Refreshing

6,624 transactions (2.20 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,090 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (849,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,087 59,087 00000000081ff395ccda03918e91ba01526fb81cd463c93eecfab5f864a4b329 0.00 MB 1 0
59,086 59,086 0000000006e4ce73aab3c26e5c87cbee1503214d665b9272e0f270c915c16a6c 0.00 MB 1 0
59,085 59,085 000000000595b521cfcb24aff5b53afd66ef31b580f017abda08d52136ca40af 0.00 MB 1 0
59,084 59,084 00000000007bf886a01b696ad6089042a4d445ad4f5deb577bd3054132a662c0 0.00 MB 1 0
59,083 59,083 0000000001731527157e1783bc4c3a17e5e2b5ced6594f225766999642ba5df7 0.00 MB 1 0
59,082 59,082 0000000004e1d6cfebd137fba3c587cedd7e5ba795ea42f46cc318d0cf0fb943 0.00 MB 1 0
59,081 59,081 0000000003216e600546745deb6af8aeadcda2b3cbc988914a57dcb4c49a03c6 0.00 MB 1 0
59,080 59,080 000000000784423e05052b0d6f23db86c706cbd4e5e9701fe928697393250b9d 0.00 MB 2 0
59,079 59,079 000000000c093856ff3377bc244005f94170fad2e367c77e936b6992af74f895 0.00 MB 1 0
59,078 59,078 000000000ec1081d0ea27ce20dfb6ff331e6b8f189ba21385857316f16b17ebd 0.00 MB 1 0
59,077 59,077 0000000008d38bc4d7f50ded8e589f424c25eff1a535a96bab6938a84087354e 0.00 MB 1 0
59,076 59,076 000000000d83395cea052d104e141684dfaeba1c7416f5f72a56c57f3188607c 0.00 MB 1 0
59,075 59,075 000000000990cadfc657cf328b396ba1db380ad439ef47d99f0998d6ac59f7c3 0.00 MB 2 0
59,074 59,074 000000000be8d1a47479ff6feb491eb7989d24b6dea847d75a2a337646abc13a 0.00 MB 1 0
59,073 59,073 000000000a22aa43fc0a8f3177a3386278dfac1d9b1eee30d221c6d7fccd9c6c 0.00 MB 2 0
59,072 59,072 00000000007e864aee8770debb21a1335f150b815158f14d58981e60d96f3ebe 0.00 MB 2 0
59,071 59,071 0000000007654d869a62945258506d5fbe8300604949322af4e3ad5fcb701616 0.00 MB 1 0
59,070 59,070 0000000006b4ee05ebb5233e828ebb628f611b1c2b75cc21c145b66e639655e8 0.00 MB 1 0
59,069 59,069 00000000043b10aa1b0fdcf83578abaa608c3e2cef262c0dbb92db3810901c11 0.00 MB 1 0
59,068 59,068 00000000044e844ff8446449582e759c148a48af08a3867642f1d3c3313b8990 0.00 MB 2 0
59,067 59,067 00000000030f81f8e5d0fda957b73d8456f98f3b6d25b37140794ce9b963d35d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.82 GB sent, 102.72 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.