Memory Pool Memory Pool Refreshing

5,835 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,934 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (738,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,894 168,894 00000000000004508354e19845fed2edbcbf90cea94aaa2b8966785a65a78189 0.02 MB 47 35
168,893 168,893 0000000000000102d76476f9830e379fd708049bd4a731117133c867bb2b0c76 0.05 MB 82 166
168,892 168,892 00000000000007009cd495bafaa5343c08799f57067ccc93fdfe959ec3377772 0.00 MB 5 74
168,891 168,891 000000000000041ec6c60e813e42e4b6b0ba6470d9c9bedaadce5e9cad0c266d 0.05 MB 112 91
168,890 168,890 000000000000020869cd300caba963fae8155456ec3957ef915e38e109c58601 0.01 MB 27 279
168,889 168,889 0000000000000933f56350f0e4cb8fbbd274a3bb80f2027d2c3f438ebaa0d982 0.00 MB 4 38
168,888 168,888 00000000000008f22fe4197a6d3cc9a865d4976361905f3ea4340029b1c19ee5 0.02 MB 60 428
168,887 168,887 0000000000000b0a3e7b7f137f4730a0d2b9aa73b2a46d30628cebc5e0ecaf5b 0.04 MB 114 28
168,886 168,886 00000000000000f63df241e8a7073c3f6117d3a4c6df213406aceab8890a4f4b 0.03 MB 83 28
168,885 168,885 0000000000000ae48f058422d199dd68f788f3cff2cf80547bd3cbbf89f67b0f 0.09 MB 105 185
168,884 168,884 00000000000001bd990cb736e696954671de80c79a913d63898292c3b93079e1 0.05 MB 43 108
168,883 168,883 00000000000000fcf28b8114c8ef74d3f736b215d2e4623f0e4ecab514d65db0 0.05 MB 139 69
168,882 168,882 00000000000001252cce4ace9a98035fadc2cb72902adac69524b496a4bd85e8 0.00 MB 11 136
168,881 168,881 00000000000008970bdb182d4a39539f309b28db9da85bcbc14766c410748620 0.01 MB 11 23
168,880 168,880 0000000000000bd342c551059a2d4e05d45548d12225ebc0ae89febeb972ef30 0.00 MB 12 391
168,879 168,879 00000000000008d35a974310432d1e71949611df8b2ddf9bebd34050cdb38a93 0.00 MB 9 0
168,878 168,878 00000000000003136947601f1ab76203d1a8898f3f3cfcfded02503cbd9ee883 0.02 MB 47 130
168,877 168,877 0000000000000a145c4b9e507f9654b106c4afcdce46ef3dbfe14b0c0bc717e2 0.02 MB 32 109
168,876 168,876 00000000000001833f3f8da545d8d62ef13b31ef45ecdc03ccc0ac5ed1d6873d 0.01 MB 11 218
168,875 168,875 0000000000000a4b717c430cfe06cf1e8f0571c432730ffa3f8cdbdca0797281 0.01 MB 25 47
168,874 168,874 0000000000000b9a13df3a0b99ec9ac76c3b3a6987377294ea4714b2944438bd 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.