Memory Pool Memory Pool Refreshing

327 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,932 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 304 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,931 (804,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,834 103,834 0000000000022cabbe867aecb49d3f7bc014e668e9e7a386a37e700e93240f58 0.00 MB 5 0
103,833 103,833 000000000001c6bc63aa3ee06a2472ff017a7b3b2548dd8756978c158de5e5c6 0.00 MB 1 0
103,832 103,832 00000000000119b595c226eca1d141807cbe4f91f0c1c29248835c01a38e3391 0.00 MB 3 0
103,831 103,831 000000000002225c6a3b19eaedb3ab8556c9a40e04a5d3ba973af329fc052082 0.00 MB 1 0
103,830 103,830 00000000000060c996cd62f2d393283a084b3235216a7038ede09fb3815f15b0 0.00 MB 1 0
103,829 103,829 000000000001c890c4dd6a8acedde539a47367c3f965d3d8a4fc171efda161d8 0.00 MB 1 0
103,828 103,828 000000000002ff69614b3cd6e689df65b5b634012efb463cb22e25df9686ce32 0.00 MB 1 0
103,827 103,827 000000000002235ef4f4cdb02da4f916c15ae662e44e31c4062e973b62d70f8e 0.00 MB 4 0
103,826 103,826 000000000000a599b716e27d107e6774338cda547ac54431d059907498269013 0.00 MB 12 0
103,825 103,825 000000000002c84e6530c7500c392f292ff736a25d2cc4ad4b691ca55aab8a98 0.00 MB 12 0
103,824 103,824 00000000000279fbf9337488457e90b7d962ce943f1de8735d27aa608a37604e 0.01 MB 24 0
103,823 103,823 00000000000009366e239f033d00654212c9762576612471c1daf74d20dba3c3 0.00 MB 3 0
103,822 103,822 000000000002818c61a80896edaa487d2dc1fea7df5ca82a75f1e40a3797f6d6 0.00 MB 1 0
103,821 103,821 000000000000cfe98903a679deb35869043e4d854ca459ea81f265550872f205 0.00 MB 3 0
103,820 103,820 000000000000342397ee48d1cde864b529b4092dd64c710a85cb234fd04fbf14 0.00 MB 7 0
103,819 103,819 0000000000016ba401f48424ce87993c6969089e3df6d8a80a8943a1d63124a8 0.00 MB 1 0
103,818 103,818 0000000000035d1d1b3f3102a1f9079fe6a5c574ccc9f091da60f97d4f7fb6b9 0.00 MB 4 0
103,817 103,817 0000000000004b14d954d9ab611a46dbdaad1a71ab77d0a853e1aac294d285a4 0.00 MB 7 0
103,816 103,816 000000000001ccca8257c2b2ba33d1c18e308f607a4c8941d9b143231a86fc30 0.00 MB 4 0
103,815 103,815 000000000000e436aeaa1709ae23cd0ed6f47ae05b65db927da56d4bf2f727c0 0.00 MB 1 0
103,814 103,814 000000000001aec26e3e018b24664bf80b167928f9d2c6a09257ec4c9c0c6ba6 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.42 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,644.88 GB sent, 95.01 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.