Memory Pool Memory Pool Refreshing

1,548 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,528 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (3,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,791 903,791 00000000000000000001caeb90d88b66343aae2c119cc63d3928763b2d0a3ab3 1.43 MB 2,490 2
903,790 903,790 0000000000000000000076ba184e6c0bb00e6468cdb8fb9b7ea0588377c2ab89 1.49 MB 2,700 3
903,789 903,789 00000000000000000000a4926acee2330062fd1553704af997514ccc47b04e7c 1.69 MB 3,238 5
903,788 903,788 00000000000000000001461755612200c2fd6e06c396113491eff9b78aa60396 1.52 MB 2,335 1
903,787 903,787 00000000000000000001babd284c379935e17a811d11c0de96cf2997633743d9 1.36 MB 2,393 3
903,786 903,786 000000000000000000015f060af3311eb339878b397562ca8143f0853caed550 1.62 MB 3,369 4
903,785 903,785 000000000000000000018a12a9b7d556f0b28d120a1fad33a83475e4e1c00867 1.46 MB 3,080 6
903,784 903,784 00000000000000000001ec1d4bb3002e705420d3ed71eb42a7ca5d76dfda5606 2.09 MB 1,027 1
903,783 903,783 000000000000000000017dea0a8bdabc31818eb777b978040e0e273d14a40826 1.98 MB 720 1
903,782 903,782 000000000000000000023ed80288402a11cfe9e923df15a0e61763935410faa1 1.47 MB 2,830 3
903,781 903,781 000000000000000000022ebc23bd35eeaeb87d344d9df53b6b1f6b11188a4465 2.06 MB 462 1
903,780 903,780 00000000000000000001b35071f0dcf5a76425fd62cca2e2d708f3d800ac256e 1.98 MB 825 1
903,779 903,779 00000000000000000002411be51c93c3ab78dc0f0b0e4beca97e4f67f3fc90c1 1.73 MB 2,567 2
903,778 903,778 00000000000000000001ca63a4e40c4b316799777a68b00b7c350f6ba4495bea 1.15 MB 1,131 2
903,777 903,777 000000000000000000025b36049454f9ec908493bba8d4d90796b48c4f967f59 1.29 MB 1,358 2
903,776 903,776 00000000000000000001fc472630dbeb82828aa523aff0535c83cc127969d757 1.57 MB 3,822 4
903,775 903,775 0000000000000000000233580519b3c0c8369cbd457ebc0ff6115e6d76a8b1ab 1.56 MB 2,461 3
903,774 903,774 000000000000000000022c08f5c109321b49f1525c2aa9090edae7fee9da0680 1.55 MB 3,183 5
903,773 903,773 00000000000000000002318e7e9984d81fc51b90139b1863455a41590c090e6d 1.37 MB 1,940 2
903,772 903,772 000000000000000000026255d57531ba4a62efaeb11882306cbe797475bb2f90 1.64 MB 2,841 3
903,771 903,771 000000000000000000001947fb25509fce8db9b100562b59d702e1d3d71fc52e 2.11 MB 919 1
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.48 GB sent, 93.62 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.