Memory Pool Memory Pool Refreshing

3,773 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,088 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,881 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,087 (858,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,923 49,923 0000000005d3cd4466f39404ae3c9742de892b4fdec9ca39abbd0d0f245a3309 0.00 MB 1 0
49,922 49,922 0000000004f0173ffaaa7e675ae2a27362257aa3a61cb182336ccfc30642ac81 0.00 MB 1 0
49,921 49,921 00000000120e4a6e766234136818926f513503ce93c1893ea8a38126d63486fd 0.00 MB 1 0
49,920 49,920 000000001f22baee0b4e2469b85dbdaf037831a4c8fee8cda0d63be92d74e2c5 0.00 MB 2 0
49,919 49,919 000000000d2e2d4e2061874a607f16c8bf60bfb4ae6b253bdd0f1fb5c8e57a10 0.00 MB 1 0
49,918 49,918 00000000055d23c653620ba1e293206a8dad2aa3ec2f6d83f6cdfb649c6ba4d7 0.00 MB 1 0
49,917 49,917 000000001b12c5ce8eb3653b369f215b42adc8f065c4c60f07fff585126c739a 0.00 MB 1 0
49,916 49,916 0000000013847c89512aca530586b131a4dcc220d480777a0bf352d4df21d9b8 0.00 MB 1 0
49,915 49,915 00000000296568d58aba34058c24f9c26d630774ce1ba3d3ea453af7a8986775 0.00 MB 1 0
49,914 49,914 000000000c7049aa1a103640605637a26862efc1612a615b3c7f538a916e2ee3 0.00 MB 1 0
49,913 49,913 00000000157fa8664be100d5584060ae64688273d867663cdf9bf8805c2c20e6 0.00 MB 1 0
49,912 49,912 000000000b42a9333b5fbd651a78fbf0b7fcaa86dcf47dfae1a60ad3e2851460 0.00 MB 1 0
49,911 49,911 000000002465d2011de51fbca18a5c4873f0d21ca833c55effe09ed67fce7a51 0.00 MB 1 0
49,910 49,910 000000000d0d6bec3cf7d675f83f618c05f34c156a7f53262cf2b05ecaf4c47e 0.00 MB 1 0
49,909 49,909 0000000016051bb81e6a7db3549a5fac023b123594932a0707224094473a4bd7 0.00 MB 1 0
49,908 49,908 000000000957e61fbcb61ec6e7b90db2f7f6d3d8c6b1b4be6e0c46c559301b54 0.00 MB 1 0
49,907 49,907 00000000034bad7ab6e6c89dee166c139b0a2d1a54a67b50e09160eb9ded3511 0.00 MB 1 0
49,906 49,906 000000001bd874b0ae724982c6d634acf690e82776002d06512dc68364925bc8 0.00 MB 1 0
49,905 49,905 000000002364833633df53b6d585edc1499d461e6df10dfcd31296670a7278bd 0.00 MB 1 0
49,904 49,904 000000000d552d272053cddaf0afbf491c7268edfbdceeaef55de49c98cf3f96 0.00 MB 1 0
49,903 49,903 000000000c21a60ac340011f5d33074f20d113e56ababb975a650827bd937aa1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.48 GB sent, 96.43 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.