Memory Pool Memory Pool Refreshing

158 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 128 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (634,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,783 273,783 0000000000000003eb1f944f6833ad800297e939fa11b306dc2015a9464facf8 0.15 MB 297 54
273,782 273,782 00000000000000017bbca894a6b150bf5931ce678ad54dfe99c7b01607bbda54 0.25 MB 578 46
273,781 273,781 0000000000000003361b2a2e27d6f30d102772f780f820951661bd8d31953499 0.18 MB 395 45
273,780 273,780 00000000000000051a5c2e279e69a12f6bfb58918e1fa9fbf8e510eea2af12a7 0.07 MB 155 37
273,779 273,779 00000000000000003d79d6cb69e91d873c34ba1d7e2f9195e8a2f500e4bf45ef 0.18 MB 370 56
273,778 273,778 00000000000000037b96f983f7f9c7b5ebe058c4e2c502bbb21c6bc53b3a75ee 0.03 MB 75 45
273,777 273,777 0000000000000000a1bdb053b7b71384e08df4bc15deedfa01bec425f6a68f4b 0.08 MB 126 37
273,776 273,776 0000000000000005250577b3d7b257a084b8959f62caf1d82e6b25c11c8c0cc9 0.08 MB 200 49
273,775 273,775 0000000000000003744a8f5d67d141f470a9d52c4a67cb79ad5159a54db6e9dd 0.02 MB 46 45
273,774 273,774 00000000000000032189abc8a2dda65cd73c15692d32fdd43db11f3eebca1e7e 0.17 MB 286 34
273,773 273,773 0000000000000001106b2f817632c519abb6f7cae8132da9619cc733426e4e6a 0.03 MB 58 73
273,772 273,772 00000000000000043eb9e82c89f8f88d50d17b4ef07e1671979ba631853f799b 0.25 MB 405 54
273,771 273,771 000000000000000203acd7acd8ee331945083507e3b2c5f6a0ea70bef3a1fefb 0.04 MB 51 24
273,770 273,770 00000000000000049cd78ecd05293eaa57c86021bc0bb9fb0b4698d8ff1dc232 0.09 MB 198 40
273,769 273,769 0000000000000001edaa234acae0abcbbe59ec41a3ef951b24a175fa763d88e9 0.18 MB 389 41
273,768 273,768 0000000000000004cf1e60e0974cc35dcfd76d725583d2c32de96cc6d2c7d43c 0.18 MB 181 21
273,767 273,767 0000000000000005176790dce70d468cf7b2e456080f31aa143c2db9e6a4c4ec 0.25 MB 745 77
273,766 273,766 0000000000000005cdc2c24ba102c4051c2af8bd839a8a860aff99dea84f5d6a 0.12 MB 235 40
273,765 273,765 0000000000000004924ec108cfad84d1214d4cc1b1a63864e1264340df6af298 0.04 MB 110 40
273,764 273,764 00000000000000010d5c3924ab4ee546570ed3e9def328ca2bc42288360cf255 0.25 MB 452 44
273,763 273,763 000000000000000405ce36107c378424a48ab88906251ec33b7cd754bdb2c4c8 0.03 MB 68 14
Previous 10 blocks ↓
Total Size: 769.16 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,632.67 GB sent, 93.65 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.