Memory Pool Memory Pool Refreshing

225 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,990 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 219 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (798,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,604 109,604 0000000000008bb094f2d35fc7b676b651dc2f55df2417b86f8725a81b2a2bf6 0.00 MB 2 0
109,603 109,603 00000000000005d4624a494966662120bf4ff9fcac9bc56c2da84c7a89cc62a1 0.03 MB 74 0
109,602 109,602 000000000000c1633234ecd735cf541094a61df4517ad0c6d0fb49f8ba5c9b45 0.00 MB 7 0
109,601 109,601 000000000001bfd341793843c81080da2f866679795fed5abb0ef9c35c544cff 0.00 MB 10 0
109,600 109,600 0000000000019079d8999a42b26a79dd1e959cb16010b2409a997067e305e103 0.00 MB 13 0
109,599 109,599 0000000000018af3998a8af3e0f9936499e21d3918de3bcaca94bd3fe7537345 0.01 MB 41 0
109,598 109,598 000000000000869967871783e7267829559de5b140a49be8f7e6bc37472e8413 0.00 MB 12 0
109,597 109,597 000000000000f013f2cdf19b9c113db4e74711ed82ddf60676527645e4b4f831 0.00 MB 12 0
109,596 109,596 000000000000ba4d5b867a2068d2e81f87f22de266bf508993d98e8549ae1db8 0.00 MB 11 0
109,595 109,595 000000000000614f24d3672c92d5c94297311e4a71254e204425fb37576087b4 0.00 MB 10 0
109,594 109,594 000000000000ed2018be2d8050ce727fe397ccda1c3296e896ecc48ff113e19a 0.00 MB 10 0
109,593 109,593 000000000000ce93d09af100559daa922c96ab03212f098d1090291bfb0ade4b 0.01 MB 27 0
109,592 109,592 00000000000118a24f3e4b989f49c416320951e529d39d2f5b604b6586900f95 0.00 MB 12 0
109,591 109,591 0000000000003ba98a53b8bb7a1b973fec7b6d3b69ccf9cba427b250322bd74f 0.00 MB 12 0
109,590 109,590 0000000000014da3ed1f8f0f7e0c2ed349512eea615860eaa2cb47ffe7c8aa48 0.00 MB 13 0
109,589 109,589 000000000001ab60695473598e88d80f836748a0309c6997680431c62bfc63f4 0.00 MB 12 0
109,588 109,588 0000000000004de3205da1ed8844e79f3e24d991933cc57614c9083a79de8573 0.00 MB 11 0
109,587 109,587 000000000000fa561d85808f900bcf2abb55bd8992bb1d45510cbc44ee0239d1 0.00 MB 4 0
109,586 109,586 0000000000000d0709f67fdeedffec6cb176fca446849cfb120ef3ecab6a636f 0.00 MB 9 0
109,585 109,585 0000000000010befa18118969fb59acfdf2158f7dbfa9ba0488892bcfad0332a 0.00 MB 11 0
109,584 109,584 0000000000008e2e78f50a350636fa59d1ae24bccec4c8eae2d86ebf47dc0b5c 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.53 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,647.95 GB sent, 95.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.