Memory Pool Memory Pool Refreshing

3,313 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,171 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (821,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,144 87,144 000000000018b5f1853eaa1d9bfd798bd2de83f3d1157203f731ff0a1a0cb168 0.00 MB 1 0
87,143 87,143 00000000000c2b62091f74408b8415ebd4a3d61cfa3b279822723731e9bec188 0.00 MB 1 0
87,142 87,142 000000000001e3b3403b06d452b7e79c6c08b2a86f729b6ad792d317df5fdff2 0.00 MB 2 0
87,141 87,141 000000000019de9948d3129852fd49ae2e3f57c1b192d0cf9e90feb9f161e332 0.00 MB 2 0
87,140 87,140 00000000000f7770ec01dd0771eb76877de723e6a67c4b3e2e54e51323b6abc1 0.00 MB 1 0
87,139 87,139 000000000006ee3411a5ddcd09fc04bc07d3e18c3db67590ce8af38fed0657e8 0.00 MB 1 0
87,138 87,138 00000000000085a53e1f161232490f70f82231b40f47aeeb31fccfc4bb95f7d9 0.00 MB 1 0
87,137 87,137 00000000000428855903b03b230f54fccd4b06cdc5740166406cfcb9ee47b7ef 0.00 MB 2 0
87,136 87,136 0000000000116fb72b789297af3e80827890272cfa1d9607c628d03c94bf05bf 0.00 MB 4 0
87,135 87,135 0000000000116885dd1ba62f7c95ee0518e689e5236b20b327cd5e2bf700e940 0.00 MB 2 0
87,134 87,134 00000000001c54d94a5e675f53a28d214e209766a95c8d80e153c0a7a59acdc2 0.00 MB 3 0
87,133 87,133 00000000001db1bac9e3de8feb32107d457f16319392ded90fc6e5c77f21369e 0.00 MB 3 0
87,132 87,132 000000000016df04926445ed678f2c93858cdf51e50d79b822d724a5781a4d2f 0.00 MB 2 0
87,131 87,131 0000000000050849d4869ef549c271151922f4c1fd1499e8951afc574a7c22c1 0.00 MB 3 0
87,130 87,130 0000000000037d274f3da78a57c22a68a987139879c45d35e997d4369519c1c4 0.00 MB 1 0
87,129 87,129 0000000000039339a80cc31e2d4d7e189b1a5bb21373febc38bb7d944f3c44de 0.00 MB 1 0
87,128 87,128 00000000001bf233a88dd6f75618cb271d738de154efff993e56910cd1881a65 0.00 MB 1 0
87,127 87,127 00000000000bdf8ea8638f6b65a65055c3637292ef9d71bf5f91d9084ebf605b 0.00 MB 3 0
87,126 87,126 00000000001280f36da1fcd4e1978407812494e4b889289978ea94d297576657 0.00 MB 2 0
87,125 87,125 000000000003f7c839c0ae7e15fa83ef27965a2eefd21ae1f58151337bec081f 0.00 MB 3 0
87,124 87,124 000000000012b8a73a996a6cf028f052e585b6e1555d20c3251fc9ee56eeb340 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.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,853.62 GB sent, 101.73 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.