Memory Pool Memory Pool Refreshing

10,264 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,254 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (612,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,774 294,774 0000000000000000750f4c7dbbad248d8d1fe88d942e2714cbc08de7a01f0f33 0.02 MB 32 1
294,773 294,773 00000000000000009bee114c790a799b90b76e2c50c5c0561d3a4855e12107f9 0.75 MB 728 25
294,772 294,772 000000000000000016fcffb67d462f39acdefe92f5ef6cbab95251878acfb04b 0.50 MB 1,192 45
294,771 294,771 000000000000000018416ddfccff6a19fbdc017d96bf6da1e09d9d997651eb83 0.25 MB 753 73
294,770 294,770 0000000000000000589c0918c4f4491e1960059142ff5e6377ce896987077227 0.55 MB 331 12
294,769 294,769 00000000000000007769e8ebae411b7bf58ca23ea412459600084aa0ae94dd92 0.35 MB 1,012 54
294,768 294,768 0000000000000000a146a709f623e46f3daf0bfbd3fea1e8527e69985e8f56d3 0.50 MB 1,242 48
294,767 294,767 00000000000000001be2d5865546c90387f6aed756acf0ad7b4c5a51e9008c76 0.50 MB 209 12
294,766 294,766 000000000000000004c41f5fa28522660ecb9ef4ec2b7b5ec3e1010d57ffc666 0.35 MB 911 51
294,765 294,765 00000000000000002f3107dec71ca3c9157359cc9fc87d0bca5736b5afe86924 0.50 MB 1,529 57
294,764 294,764 0000000000000000a8c3f73f1dc3d151be5ddb0f55a3e68638b1d1133abb86f6 0.71 MB 734 17
294,763 294,763 000000000000000044a59c3713bb398b22b315413d5842bb4c6bd0868736a6b3 0.35 MB 1,106 63
294,762 294,762 0000000000000000174e1a608ffc3bcfab40a9a82de66a462743e7f120869f3e 0.25 MB 552 57
294,761 294,761 0000000000000000ad924479d3641f5881a7a97d5d8ebf7e436acf46c42d9016 0.03 MB 53 56
294,760 294,760 0000000000000000b333a460430b86851ed7fe0834d48761cce39cf9927cfe3f 0.03 MB 64 34
294,759 294,759 000000000000000028f59922069a43d1bcbc7e8a21c866993546e322723834a6 0.19 MB 327 54
294,758 294,758 000000000000000006d168890cb011df2ae9318748c27be6912b8c7c15dd99fa 0.06 MB 88 24
294,757 294,757 000000000000000024c18d009477ea1cba83898e0645b764b3ec6530b607203e 0.03 MB 51 13
294,756 294,756 000000000000000097c59ba2d222dd14a6e18c96d076e9837292ae9a8d229dbd 0.30 MB 572 64
294,755 294,755 0000000000000000ae9dcc62ae3c587a7c3f7d68b8d0d9b5bf2974150eeaddfd 0.15 MB 256 35
294,754 294,754 000000000000000041dec9c28d482847f2cd6d7e5689603870691e7750fcb356 0.32 MB 558 33
Previous 10 blocks ↓
Total Size: 769.02 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,624.80 GB sent, 93.00 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.