Memory Pool Memory Pool Refreshing

3,777 transactions
1.58 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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,316 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,962 907,962 00000000000000000000a0b868fa800010aeaa504457458de868eb1de68b0755 1.85 MB 3,251 1
907,961 907,961 00000000000000000001b491649ec030aa8e003e1f4f9d3b24bb99ba16f91e97 1.78 MB 4,261 0
907,960 907,960 00000000000000000001305770e0aa279dcd8ba8be18c3d5cf736a26f77e06fd 1.78 MB 3,000 2
907,959 907,959 00000000000000000002214d4154be955e917281be9d602ea8c5ec40ad97668a 1.70 MB 3,247 2
907,958 907,958 0000000000000000000175d1df7f6d95984c37aabf00d7817ed29829d8dce2e2 1.80 MB 2,590 3
907,957 907,957 0000000000000000000095924a2c1c75498ca0620fa33d55fd64f0987b772906 1.59 MB 2,556 3
907,956 907,956 00000000000000000000c234984afd8018d48787927af7a464b6781d8b83916a 1.60 MB 3,958 5
907,955 907,955 00000000000000000000181cf8bae68bcebd54453314cb4dfc09bc406f2e81f6 1.83 MB 2,610 1
907,954 907,954 00000000000000000001a0e98467a0d700b378787b4712ba1eb0f8eba804151a 1.87 MB 2,132 2
907,953 907,953 0000000000000000000205252df1518de09225fb0ce43aec53ea74ccad5ae8ea 1.60 MB 3,114 2
907,952 907,952 00000000000000000001964661664b68ef915a5f912d9f8d5fd2fea409d3d159 1.62 MB 3,376 2
907,951 907,951 00000000000000000000e0c3c766344efab99a0c2a6dbc19438690a029528f82 1.60 MB 3,556 5
907,950 907,950 00000000000000000000860e7c4c1d286a6dd238027478a4a5f115e3f52751ff 1.76 MB 2,947 8
907,949 907,949 000000000000000000016b0f550de05857fcaa013199ebf44f279eb85ee4800c 1.66 MB 4,227 4
907,948 907,948 00000000000000000001c10b8cfe6f694f1080a9ade9edcfdb6643dd44c67ce3 1.87 MB 3,761 2
907,947 907,947 00000000000000000000b9bfed8b9f5b183f39bd5e4d1b1cc486c329137d58bf 1.10 MB 2,715 3
907,946 907,946 0000000000000000000013ee0824c1e9d63673ed9a942fe7af6c1ce9cbdebaa5 1.79 MB 4,286 1
907,945 907,945 000000000000000000002375e02b1717f08b59fa18f985b37791a31f86caadf6 1.64 MB 3,399 2
907,944 907,944 000000000000000000000d80f3568b3d771fe95ec75e6d0c51730d43fc96a07d 1.80 MB 5,082 0
907,943 907,943 000000000000000000001dcf0a592909b8ceeeb0cf6ffeb6f7d7c79cd86e9ed0 1.80 MB 3,428 1
907,942 907,942 00000000000000000001dc02fabba51d211c6b95c2049d4da6479a9ffc93b451 1.63 MB 2,805 2
Previous 10 blocks ↓
Total Size: 770.16 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,692.36 GB sent, 98.31 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.