Memory Pool Memory Pool Refreshing

13,559 transactions
33.86 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,154 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,280 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,153 (679,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,093 183,093 00000000000005717736401f1f954cc0eb62c54252ce176df078ca4784677318 0.08 MB 188 98
183,092 183,092 00000000000001d6a9c4762600ef5f7647546c7a7f2a0c793f1b9cde0ec2cba8 0.18 MB 440 121
183,091 183,091 00000000000008a1416b18239a5fa48ed3ee7470c2b1425ac8aa081310766e49 0.25 MB 617 122
183,090 183,090 00000000000000c933e40bc2003fa9c3fd7da251e16c21096b22cb5ce1ea542e 0.09 MB 95 130
183,089 183,089 00000000000007044c539d26118990343c22eeff379a86f974cebf4c9562926a 0.25 MB 735 147
183,088 183,088 00000000000007749b21acf24ef09acf3d170af24eadef974af6b053fd42f54e 0.29 MB 709 142
183,087 183,087 000000000000015a9c3e4554f0016c686232b164fa0c5a63080acd17e665c347 0.25 MB 559 114
183,086 183,086 00000000000002598b4fa700fa0f424c6f2041d9343d37b208bfd51cc13a1104 0.05 MB 153 95
183,085 183,085 000000000000055b67a5267041d2934a0c865e184be56e970be1bc1bd74a5482 0.00 MB 12 17
183,084 183,084 0000000000000779f5c00b1754e37a41dec82a6458a9c18c14805e29f7717ea0 0.01 MB 37 109
183,083 183,083 00000000000000d63591bc49d99b08a24a28a4b251169f0669ce0344dac239f1 0.23 MB 723 155
183,082 183,082 000000000000026b557a3f14fd0a0126fd11488a89b6adbced722dc741abce93 0.25 MB 660 138
183,081 183,081 000000000000056a33847d22d87d0ac7f5f88b7ef3831be043d15bb8b18c9442 0.21 MB 524 134
183,080 183,080 000000000000097e6b842420ec5561a61f3cf50bcdd3b957dadd3e0371495bbc 0.01 MB 24 7
183,079 183,079 000000000000076d61b30f1a3d5e3940cf1c124bb1d43c001381065772b5e43b 0.15 MB 379 138
183,078 183,078 0000000000000a39493a076abe704e05b642929830a4fcdd00ea0b48176eec05 0.23 MB 369 118
183,077 183,077 0000000000000734658d9f59a92f4103235177353b6052ccea50328b894aa0b8 0.18 MB 295 115
183,076 183,076 000000000000044ea83cc1046b220fe9c4bfca103fd6633cc60a38ba6dba1803 0.29 MB 512 127
183,075 183,075 0000000000000a26c457ad9d3d2cc2d831eb19e0ececbdfebd1f5d54adfeefe8 0.28 MB 675 129
183,074 183,074 000000000000044a174668f37696c386f6309bbc343c92859e30eb5a444a5815 0.29 MB 666 117
183,073 183,073 0000000000000529a911448d49ae70f53ea2eaab8ece401939ddebf5fda4bc14 0.01 MB 7 843
Previous 10 blocks ↓
Total Size: 684.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,343.70 GB sent, 101.25 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.