Memory Pool Memory Pool Refreshing

4,067 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,985 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (902,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
5,107 5,107 000000001ebbbbb7ca120ab3d6a3f11f6a00d9dd8423cb183b8a218807970626 0.00 MB 1 0
5,106 5,106 000000000ae0aac8fe8437bbd91490a24069c40bd314131ae2ad3060815a292d 0.00 MB 1 0
5,105 5,105 00000000707de97ce881e7294db414527cbaec901deb006b471714398a515e51 0.00 MB 1 0
5,104 5,104 00000000ce09bb03abbb48b1a6ea4a6af2ed8a248881a2d8e01fa37b0093a17e 0.00 MB 1 0
5,103 5,103 00000000d604ed18f352964ba0e60a4dd510f168b727feec6f52325a4f8ee31e 0.00 MB 1 0
5,102 5,102 00000000ce1821664f777cd39b9bb5ca4a56746740df26342344c052fec8ca6a 0.00 MB 1 0
5,101 5,101 00000000aabde39b81be3d18ddb1e925e3990f6c0f011e6ee6bdccf52ba32531 0.00 MB 1 0
5,100 5,100 000000006280c0aba2c1776df0eee0b1f6a773e4d47ae78ee134bcb6ed21bbb4 0.00 MB 1 0
5,099 5,099 00000000ff7c514b53d455a10416fd00577efa1284e413e16dcdcb13419ecf0a 0.00 MB 1 0
5,098 5,098 00000000bf76e75b9323269e3060d562c68d0da260514a716814f403f52f8cbe 0.00 MB 1 0
5,097 5,097 00000000a31782e3a3bb3ff479cf345eb827b72a65462fb5cbadc9147a09e840 0.00 MB 1 0
5,096 5,096 000000008cdc52b3a942de8939ac5b23d7d4ebc8cffe3e57aefc0b1abd22da59 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.