Memory Pool Memory Pool Refreshing

4,749 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (87,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,756 819,756 00000000000000000002d7d052a47a7fa79a955754f0c06174f55fbebad6a83a 1.82 MB 5,234 126
819,755 819,755 00000000000000000003d905f2889bf0e2157b9ae625bd9dc36010fe96ccc0e0 1.66 MB 4,220 140
819,754 819,754 000000000000000000008285b13710b0538439a555986e06d4eb8e9d1c3af2e3 1.50 MB 2,806 91
819,753 819,753 00000000000000000003833bfed3073f5ffa13a2c727d763537902f4c88374a2 1.82 MB 3,845 60
819,752 819,752 00000000000000000002393d3f2e2f6adf0e6b67c6d1ff4466b416f30c9207ba 1.77 MB 3,554 67
819,751 819,751 00000000000000000000eccf59870a72bab8f784db2bf70c6b658fa5fa742a91 1.65 MB 3,813 73
819,750 819,750 00000000000000000002d311ad8da2e7551130798984e20c87b8156c3d27d261 1.65 MB 3,495 86
819,749 819,749 000000000000000000018d2263ab69cec320964902cacff987ce1ea7f23807fa 1.59 MB 3,360 97
819,748 819,748 00000000000000000002b67f273cd5bf1ef2a610933dcd67a98ac028d2959a51 1.59 MB 3,549 79
819,747 819,747 00000000000000000001015f26efd3dfcc63d230d6479a73bde4f43c92015252 1.60 MB 2,440 61
819,746 819,746 00000000000000000002b18a5e5541c0e3ea1c3169e548be1cf88d3fa25a478b 1.73 MB 4,426 63
819,745 819,745 00000000000000000003b4301389b7081742234bde4b64ad47f3d29589e8f124 1.68 MB 3,070 89
819,744 819,744 00000000000000000001198ccb69b83d94e5a6fc607f198805eb9d328e7286e5 1.73 MB 3,712 71
819,743 819,743 000000000000000000023797379c85866277ffb902880f7fae85bc7bbb24e5fc 1.43 MB 2,282 72
819,742 819,742 00000000000000000001e441022a2e59634641dc7fdfff7ceccf9a8025446721 1.65 MB 2,877 92
819,741 819,741 00000000000000000003ac0614345e667dc9fc8af38f3fdac4768b65eacf2ba3 1.73 MB 2,668 104
819,740 819,740 00000000000000000003043fcdbf1f554027bfe32339c8184382704c6b39e690 1.70 MB 3,048 57
819,739 819,739 00000000000000000003c4d3272313805a2c4062d9f8b928e647bfca1819c66e 1.78 MB 3,477 75
819,738 819,738 00000000000000000000154472d9f28b69c1028a02dbbe3b2d535a8a24c689e7 1.71 MB 2,902 74
819,737 819,737 000000000000000000009420cb9320d7462751048b50176d72de3170aa9803ab 1.64 MB 3,665 76
819,736 819,736 00000000000000000002716e7d25e59e732d39263a7c2216d8c36663c93b7b7b 1.67 MB 3,749 62
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.