Memory Pool Memory Pool Refreshing

6,399 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,571 (848,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,971 59,971 0000000008b632f8ae5ffa8fd01742a7b3224e6abfeccea0943e03fcac2f41ab 0.00 MB 1 0
59,970 59,970 00000000044f827124965c04fddbc42d1bef55e259e5b7fb27b28c3d9bed4532 0.00 MB 1 0
59,969 59,969 0000000006d321817f74592530b14aaa2a4e43e0863f69ab4f39174621a0de04 0.00 MB 2 0
59,968 59,968 0000000002c709c0ae5545378531bb535b86166a5bf2bd7a2b72ad06a0963ef9 0.00 MB 1 0
59,967 59,967 00000000092bdc736b596050871b43a0eeea20d51b1bd554acba0ca06371cb5b 0.00 MB 1 0
59,966 59,966 000000000af34f78fc564848b46dffa662c5a5df4b3fbf55cf754a89459c381c 0.00 MB 1 0
59,965 59,965 000000000698cc5f5ce32c20045349c95d3e6d07a4563e0a278701418064696e 0.00 MB 2 0
59,964 59,964 000000000b68c5378fe5ddfa35f467883aab789e0ed9c18fa0a3f0c89beadc1c 0.00 MB 2 0
59,963 59,963 0000000009b6830e279cb3a063d86a9beb88aa460a47f5b7b3d90527ef235740 0.00 MB 1 0
59,962 59,962 000000000c136c2fcf32683ef7f7e34b5f622b0781cc267ad3bad4a60aed6ddf 0.00 MB 1 0
59,961 59,961 000000000595a465f265d2e8513dd62120327b01cfaa090a2dfa932882df6605 0.00 MB 2 0
59,960 59,960 0000000006ecdb885efd0adc4ab54ab8a29e8bfdd32d2ac5b8eeba5e9149bd70 0.00 MB 2 0
59,959 59,959 000000000468e085dfc88d2a3c2803081e73e7c3d2880c6bf4f1d3a87e9889a4 0.00 MB 2 0
59,958 59,958 0000000004dc65a4a30db4e55a2c13bf4ea7c9c0d36d26a735dc9c53a33023a9 0.00 MB 1 0
59,957 59,957 000000000e6c8130dcd2eac866b4bf145f5f3724a7e3139e18694210a4a9127f 0.00 MB 2 0
59,956 59,956 000000000226b0a45be2058407f5d1046b82b3b5f86f87808677e472697f88a4 0.00 MB 1 0
59,955 59,955 000000000a529eeb7c75b4faca15f48ef712eb70ce6dc28b8c4df5c907c19bb4 0.00 MB 2 0
59,954 59,954 00000000051ce508593c8f7bfd11036566eedfaeb942444973c047bcb499d497 0.00 MB 1 0
59,953 59,953 000000000aa430036a6cd9131b65a691ea262653222a22de4e5d4ed2280f694b 0.00 MB 1 0
59,952 59,952 00000000039bd09dac99fd36f1136023c646fea741d155f387959b45addfdc00 0.00 MB 1 0
59,951 59,951 00000000035e38979951c15912536229c9151985b30ed92649e6b1beeb23f30d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.