Memory Pool Memory Pool Refreshing

4,220 transactions
14.92 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,636 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (903,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,128 5,128 000000003c28c595416057b8612da9b7df160bbc196dc508f91ef1c35a4dcd56 0.00 MB 1 0
5,127 5,127 00000000685417d017ea5f3e3ed69c34d6ba093e98477539989c60f7dcfa77a8 0.00 MB 1 0
5,126 5,126 00000000e8d3821a71325c30f78bda5a83dc908155e4e0eb2e2be8daaf478c2c 0.00 MB 1 0
5,125 5,125 000000009043f3e65683b7eb3ceb3f51ae254cc8ddd2e014bdf244dfb9f65ba3 0.00 MB 1 0
5,124 5,124 000000004276bb19c09247e33ba2aa49b8b5eb68b3b55d975bbd509e1f402c4f 0.00 MB 1 0
5,123 5,123 0000000074f93467cd042ff543456cdc048b61a3fe680ba70a67391cf82152e8 0.00 MB 1 0
5,122 5,122 00000000348839143e107d56efa51e1883f6130384d37f34b111070a4e2e8180 0.00 MB 1 0
5,121 5,121 000000005f06a26ca39a014696145d9f3db0358afbc3cc82ec456b0653f57825 0.00 MB 1 0
5,120 5,120 00000000ea6a5e7037089d4e27da786459d7d306dbfea2b271a7c9dee4523e01 0.00 MB 1 0
5,119 5,119 00000000439281fa1ef824c31692ded5f7df39ee529d3a534f41ec934265baa9 0.00 MB 1 0
5,118 5,118 00000000803780d553518bdda590cc5cd9440ee2a1455550335e91b379cb6168 0.00 MB 1 0
5,117 5,117 000000003babb3c0681dcb3b43e7f200ee884229d88c0ec9137ee30c6cb687bb 0.00 MB 1 0
5,116 5,116 00000000bb6f3e9f1dc7ea4adb5ddb96269ee74ded0edc64a78176a82a9b842e 0.00 MB 1 0
5,115 5,115 000000008b2cde95da2c8c37affea1854ed3f450172249e2533990dd63a41bcd 0.00 MB 1 0
5,114 5,114 00000000c4eeaa02cf94004eba86b724fe3c47634292a3ae0aa20339f17aae87 0.00 MB 1 0
5,113 5,113 00000000a4ebc8522eb6edb64d11ab3f048b7f19567bd6222c69b4b420336910 0.00 MB 1 0
5,112 5,112 00000000640502947f5709f8ef1fea4abf85a1708773bde51c70c0bb7342abdc 0.00 MB 1 0
5,111 5,111 0000000015263e10c6ef50185bc1dc6f14138ec5eaefad6c92aa3216ff2d66c4 0.00 MB 1 0
5,110 5,110 00000000a5e106d920da5d4037ed5f923753ccebc5e3eed3864edd95bcc1d6cf 0.00 MB 1 0
5,109 5,109 000000000c517d45e13df76251a37a2f98b49370ae834840961276101f16e244 0.00 MB 1 0
5,108 5,108 00000000795723f4804ce3d29bc6e68069bfd78abef8f04e460c729b48bc7179 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,693.17 GB sent, 98.47 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.