Memory Pool Memory Pool Refreshing

19,374 transactions
6.22 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (802,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,734 104,734 000000000002e030e419b30207f33d63a15a1edbacdd82155fed20ad03b4ce6c 0.00 MB 5 0
104,733 104,733 000000000001e625957a3821e2cccda33053111c40572b2ef0194d2188505b86 0.00 MB 11 0
104,732 104,732 0000000000024cd6191be872c05f14fa730c9b51da990a38ac446197ebef3325 0.00 MB 3 0
104,731 104,731 0000000000003e776ce899952349b73fbcc878d47a242a4cdf774ff7d64996a3 0.00 MB 1 0
104,730 104,730 0000000000025faee1eed62bebb7ba5098a3aff01fcebcfdfb78d709aa1a8f8d 0.00 MB 2 0
104,729 104,729 00000000000130b5db858ac06cf6d5bc44d0e134e055e504dca853ff74fcbfde 0.00 MB 3 0
104,728 104,728 000000000001d75aef86b7f62e90da210bbdd94188626ca65a3020cfd736fc57 0.00 MB 3 0
104,727 104,727 000000000002765c5bb7c5cef0c56054f8d43031560bee92f3d11cb35ca0c946 0.00 MB 1 0
104,726 104,726 0000000000018162a1deac094956a06c4816eb6146ddb415870eb2f4f18b8a0e 0.00 MB 2 0
104,725 104,725 000000000000684aca3a700e745fcfa38ccc0d263753c6ecf0dbd3d0366c45bc 0.00 MB 1 0
104,724 104,724 000000000001c506e2020c76f5b21090b406ed455c8389d52bf4c091872fa159 0.00 MB 1 0
104,723 104,723 000000000001b5f3def09af02c9ebe7a022c192594e1085fa86c28449d2bdbbf 0.00 MB 1 0
104,722 104,722 00000000000329c5fda81b3d126edce150bde921216d552a569a54599dbf1723 0.00 MB 1 0
104,721 104,721 000000000002334f476d0142ca6f86d460f0317d237ec450397ac300ca58fbde 0.00 MB 1 0
104,720 104,720 0000000000036293ae170d134ddf2ae602a5790831689ab3e281c3c45aeebbcf 0.00 MB 1 0
104,719 104,719 0000000000022598a1daa886ebbf3d732319fa8d471ff1d9b1724af0be3440a6 0.00 MB 2 0
104,718 104,718 0000000000016c779e73bd5cbf2ec33d20bb5dff3dfad19b073697b663679bf7 0.00 MB 2 0
104,717 104,717 000000000001dd1581c2eb23cae804b702ea06b0e93ef9a54e6a68071a1a226b 0.00 MB 2 0
104,716 104,716 000000000002414f937c5e248f59a1abf71b4763bfd137fc8bb42540c2063647 0.00 MB 2 0
104,715 104,715 000000000001d5d725c5d892973a7886302ad8548f9d0b26d07eb316ebd037e3 0.00 MB 2 0
104,714 104,714 000000000001196caeb967eb4a3015f2ab48ff899e17b5d4ade30440dfd8d172 0.00 MB 3 0
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.47 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.