Memory Pool Memory Pool Refreshing

6,867 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,643 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (634,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,787 273,787 00000000000000023edc7a00de976497ac148175cb7fc19cc048324188c212fe 0.03 MB 38 30
273,786 273,786 0000000000000003f40c5369b9b0bdba100f74b440d17a32fb993304fa44ef00 0.03 MB 69 45
273,785 273,785 0000000000000002de0db7c147b914b24a2b1170d67200947f2f74bc1961ebed 0.06 MB 163 65
273,784 273,784 0000000000000002233d86f5b726d3ef3d5e56f954cd6404d8e8d3e2892ed58a 0.13 MB 274 45
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
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.14 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.