Memory Pool Memory Pool Refreshing

3,417 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,556 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (845,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,192 63,192 000000000be41347e44e318bfc5f4a22d0a63a1012170496e9e69fb16f598cb0 0.00 MB 2 0
63,191 63,191 000000000049cd77125c97c42541de856692e8b0e1523b509c57377c974c0bf5 0.00 MB 1 0
63,190 63,190 000000000cd01eb2a6ac11fec120c53e5c0541deefb6a872df128957351799f7 0.00 MB 1 0
63,189 63,189 00000000065e16a021c74f3a71612767ae00501858387c95cab26c37670ec4d2 0.00 MB 2 0
63,188 63,188 00000000046b69cdd1cf47bc90ecfdcc11db050ac1b90db96f5d102cd1adffff 0.00 MB 1 0
63,187 63,187 0000000009244cd140c9ce68cfa29a1c532eb7435f42fe68784337b9f3c4e4f4 0.00 MB 1 0
63,186 63,186 000000000bdc35567bb64bb7b981353e845fd1b6108c39e7c0148eee6e6524f2 0.00 MB 1 0
63,185 63,185 00000000010e09d8ca4b646782c2ef83241a7a1be778ee60e9321a17347e443c 0.00 MB 2 0
63,184 63,184 00000000096742cee68541ed5686fa7c71be959b76695da9d56fe4f1eda2105a 0.00 MB 3 0
63,183 63,183 00000000082510f2b8006bb6c84c30273c348fd095a19b09fb8c2d2faf97537b 0.00 MB 1 0
63,182 63,182 00000000047a84f6df55de4f54dba0399bb8442c7d3c650dc87f94eaed603575 0.00 MB 1 0
63,181 63,181 0000000008b089597ae60f5e3f772069c0954457f1df0afcbda4a0cccafb9a16 0.00 MB 1 0
63,180 63,180 00000000016f8d76095c56aec20ad100189e7ce320f071a04e13758f52a636e5 0.00 MB 1 0
63,179 63,179 0000000008346d6975b6a2c53618bdbcc6c4af56be3ccfe957927330bc7031e5 0.00 MB 3 0
63,178 63,178 0000000000560bd3a558a9e481ae49dc9ce6c4a43518f60c73d60a9eb69b5691 0.00 MB 2 0
63,177 63,177 0000000003fe68c9134cd65a7052c98be8ee4fcd28c8e0e3039eb6b041934e0a 0.00 MB 1 0
63,176 63,176 0000000009450bd8ed90bc487fe637eb70e10489ca773a75a0bdaae96db8a4f8 0.00 MB 2 0
63,175 63,175 00000000001a2a4d3eeaa6d6b3b4ac1591111ab49642f2a7444f83cb440702d5 0.00 MB 1 0
63,174 63,174 0000000000099996c2c1202eb0e86035fd0aca5abc01faaae1e84c71e97672ba 0.00 MB 1 0
63,173 63,173 0000000004c620da4c66582b37d8b9e010321d0dae58cb8cec89fd39052b7100 0.00 MB 1 0
63,172 63,172 0000000001d48f0cba627e1fedc88ef65d0f17983ee69a45493c53089e7a8350 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.