Memory Pool Memory Pool Refreshing

2,384 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,384 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (44,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,562 863,562 000000000000000000023dd2e35f000e5b5c4cff73944bd75961461e7ac1518a 1.46 MB 2,486 7
863,561 863,561 00000000000000000002c2d28309fa15383f54c6992f5f6caac082c6bb4c85fb 1.60 MB 3,605 6
863,560 863,560 000000000000000000029c6c5915c2fa3da6709381a585d6dbb3eb3940a4da42 1.56 MB 3,263 8
863,559 863,559 00000000000000000001230094f3a2218695b81524949b4f20776652f0c0770c 1.47 MB 3,110 13
863,558 863,558 000000000000000000007c8ce5dadfb3542bc4df9c1abd91c0f2ead9cf4782b9 1.51 MB 3,151 10
863,557 863,557 00000000000000000001755754b6a6cf89c7ae715521cdf8068f972da0fdd8ef 1.86 MB 4,891 2
863,556 863,556 000000000000000000029a204aafae6a4459f65c5aeb52fcdeadce399d9334da 1.87 MB 5,045 3
863,555 863,555 0000000000000000000242e7c1e2aab95f3744d87da761217e91dd4bb8307a1e 1.64 MB 7,763 1
863,554 863,554 000000000000000000031685c7b570db918a63992182165bf8279a9c5ccfd67b 1.81 MB 3,912 3
863,553 863,553 00000000000000000002874158cb5cf8f642c85eeb409d3523d905ecbbecb58b 2.01 MB 5,162 2
863,552 863,552 0000000000000000000228a3023d0ef32ee60df5882efcbea8d7b7fc8536a7d9 1.62 MB 7,207 2
863,551 863,551 000000000000000000028218eb17f7e3bf57eef1a2106345ef380920ab5f0350 1.88 MB 6,260 2
863,550 863,550 000000000000000000027efda9606bc297880c135d1b441fc3794f50b753a26a 1.89 MB 2,580 13
863,549 863,549 00000000000000000000b598714a6942cb40650829a2b648ea5e885a6d48cd72 1.86 MB 4,429 4
863,548 863,548 0000000000000000000097d9a401fd7bffb765d689123de62d558fc902610910 1.86 MB 5,031 2
863,547 863,547 00000000000000000001586e493ec48ca74f284d94f3b638723edaabab3736fa 1.57 MB 3,297 6
863,546 863,546 000000000000000000011c626f18bd899651bfb4e580b5891f4569c8037443f3 1.85 MB 5,176 3
863,545 863,545 00000000000000000000522c057ed0f8268d0a9e5156e89e8817478247d4638c 1.65 MB 7,907 1
863,544 863,544 000000000000000000030060f8b7198222589ce1b8cedaa3c1f1062d8356f2b2 1.78 MB 4,364 3
863,543 863,543 0000000000000000000121979f98e5df7561a24e7636888942437723f49f984f 1.58 MB 3,735 6
863,542 863,542 0000000000000000000189e4b34ac8be3b1b0f7d0854796d76a6dbb7a1c35921 1.63 MB 2,845 8
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.