Memory Pool Memory Pool Refreshing

8,105 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,250 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (802,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,903 104,903 0000000000018348728693b0c25afe0089b15c7bae9536025957e33457c2a90a 0.00 MB 3 894
104,902 104,902 000000000001b6602f202a92f423388e2f9f0a036b4a4119aa649dc54fea6749 0.00 MB 2 0
104,901 104,901 0000000000010fd2c2b4fb23c44319e01754dffb1aa398f1d5c3f9ae4ab04741 0.00 MB 1 0
104,900 104,900 000000000002ba5656425eadf3e1a022b7f313244958d5cc8aeff8647760c2c6 0.00 MB 4 0
104,899 104,899 0000000000003a5ffef91f57f060f5d79d6b9104a19beb25f86adffae85026fc 0.00 MB 7 0
104,898 104,898 0000000000010de8d00626920c2c88d103cd354726cfbef68a8ba08c8b0797a7 0.01 MB 24 0
104,897 104,897 0000000000005be1b9e9e2dc722eb766532b9c1da285bea05ce960a2dce15b69 0.00 MB 2 0
104,896 104,896 0000000000006241fd0172747e36e6a638a54bdaaa24ba7229b9788bc68dacdb 0.00 MB 2 0
104,895 104,895 0000000000000ec33c5241a5771b744abd734ae1f7019e7ddc332a50e1bff51c 0.00 MB 5 0
104,894 104,894 000000000000541172740fbfa961def4866ea2632d22bc51b83833cf64225bad 0.00 MB 1 0
104,893 104,893 000000000002a74452fbf91cca34218df06f86b116db0e3b3b9fdfa7771b2496 0.00 MB 10 0
104,892 104,892 0000000000015a19ec12556d72ea119f22487f6fa84d6d6ef13cd1bc4c95cfaf 0.00 MB 7 0
104,891 104,891 000000000000bf3ddf537e155f8041fa499a874c13378138cf60a401ac490b07 0.01 MB 3 0
104,890 104,890 0000000000028c7abcc258d4cc258926b9306770011b713e8dea565761f259af 0.00 MB 2 0
104,889 104,889 000000000002e0d610f875f5aa4fb1a2f00bc0a7d34be41cead9294dee867ca4 0.00 MB 7 0
104,888 104,888 0000000000007d96f0d09c2217839485bb3e54ad771bc117170e31a638dba84a 0.00 MB 3 0
104,887 104,887 000000000001eecf114f84ee0cd2382694106d5be81fbde5b336f360c59a7b88 0.00 MB 1 0
104,886 104,886 00000000000260accfa84884eb1e2c1ba1ee97a47401128f06a4c396903ddcf5 0.00 MB 2 0
104,885 104,885 000000000001d55465b25fae9cbf407e2c455db3da1ce4be93191bfe608c9d43 0.00 MB 1 0
104,884 104,884 000000000001ad5dd6398139a9a59e8d66a844f395a9a2a27570b9548e058c39 0.00 MB 1 0
104,883 104,883 0000000000022bcbb1025d3d732f29c6240e0f8190793220f41cf9d403ff0e0f 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 768.95 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,614.26 GB sent, 92.56 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.