Memory Pool Memory Pool Refreshing

13,838 transactions
4.38 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (227,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
679,945 679,945 00000000000000000008cfde90e896d3f6835fcb1003aff4300bee668899849e 1.53 MB 1,878 206
679,944 679,944 00000000000000000001486b4b1a5e47465758826855dec7e57854f4595e6039 1.40 MB 2,805 287
679,943 679,943 00000000000000000006f3f99a2f7efcbee50554e7022f705dadb41a2284fa7d 1.07 MB 990 183
679,942 679,942 00000000000000000008156d742046ef23269434f2e4a472afaa4ee124dc7527 1.20 MB 2,739 215
679,941 679,941 00000000000000000006c55591e88dd201eb0c69ee8a608ab4b57a4255dfeb7f 1.34 MB 2,716 212
679,940 679,940 00000000000000000000146d73ed93272414eb16668263cc450898fe215bc84e 1.46 MB 2,613 256
679,939 679,939 000000000000000000010dfd164edeaea58e36e9a2ab057eb66dc706c564d3ec 1.38 MB 2,828 287
679,938 679,938 00000000000000000006198a87c0fb87fcbf1f9e6c4cbc0ea1e6211e510ded09 1.31 MB 2,774 230
679,937 679,937 00000000000000000007b55ff74a0f08fb99eedff7bf94b12db84e196a5c0f9f 1.32 MB 2,362 261
679,936 679,936 0000000000000000000606abd0f162b2810543e958e16e51011a7478121fe7ad 1.31 MB 1,490 229
679,935 679,935 0000000000000000000434f41dedb4fe45d8ed74ad8b58f5a24a87ed2975a236 1.41 MB 2,339 262
679,934 679,934 00000000000000000004132a674b39bcd79910007f8ccf1814734cf6bda66004 1.18 MB 1,290 268
679,933 679,933 0000000000000000000597c4930f6f2facedef172082fdc36229e15c539b9009 1.34 MB 2,209 275
679,932 679,932 00000000000000000007250091e8a34475ef85a2bdc2c1216708a294b2e1f056 1.39 MB 3,053 301
679,931 679,931 00000000000000000004590efe325563c84dbabdcfd587ab84c90d5d84c117b6 1.20 MB 2,865 234
679,930 679,930 000000000000000000052dad75c62af7abd680f11fc0a18fabe12abb5cc07b16 1.35 MB 3,056 288
679,929 679,929 0000000000000000000ba1523d9ebcab24ed76bb02a512dee1f03da921df1c13 1.42 MB 3,110 268
679,928 679,928 0000000000000000000b572daadccd94d4897dcfb846825a753a157a22adcc62 1.36 MB 2,979 280
679,927 679,927 00000000000000000000b1bf1880f9c74398fb3c94a3dae82eb4008f6aa1ff2b 1.50 MB 2,702 303
679,926 679,926 000000000000000000021d05ae47c5d7fd34a89d87c4cbc57ec5d61e7006e5af 0.00 MB 1 0
679,925 679,925 000000000000000000032fa062a0479551ad44d950bb445a68e2e4cad31b29bd 1.22 MB 2,406 233
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.