Memory Pool Memory Pool Refreshing

16,367 transactions (3.85 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,171 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,208 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,170 (848,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,790 60,790 000000000de42a53a358f9f1f152a0ba1b7b95b6e03f4cfe12d5422d46d9bdc4 0.00 MB 3 0
60,789 60,789 000000000af724c83ed556b40647fcf3eecfeefd6489e7f42c17e3fc21475756 0.00 MB 5 0
60,788 60,788 0000000002b3bfb65d39f0e0022362bf6ecaf4c0461c833bd0492e532892e59d 0.00 MB 1 0
60,787 60,787 000000000790f846d65b8b80fb3a465dea58adc7000cfa3015896c4ea2b2310d 0.00 MB 1 0
60,786 60,786 000000000ab662bcff08e5cc843820f49988d8e66403b98a494920c9ce909951 0.00 MB 1 0
60,785 60,785 0000000008c5041b621caada5fe8de7d066a27c5ca79f69d63cc81a237d6a40f 0.00 MB 1 0
60,784 60,784 0000000008997b71b519170fda81bb5a5fb67a8084041506da5b4c6d241eb9e2 0.00 MB 1 0
60,783 60,783 0000000003a594e9081e4edf6e3ad039de7dbeea3486617aadbf97b7cda91b3e 0.00 MB 1 0
60,782 60,782 0000000007258debd8841d597182a555022bc620f3bec1153621a1f23c6b24bd 0.00 MB 1 0
60,781 60,781 00000000083164aa691cb408cc5e064d54e7a740517c31fcf77e4e2708f29a7a 0.00 MB 2 0
60,780 60,780 000000000468d14c3e44f5dc0c09b7b86a1dfa8f1c8c49bce0811d3c2f88a904 0.00 MB 1 0
60,779 60,779 000000000e459b94a0fcecef8bd4f2c36fa11ff36683431b578828ea1506063f 0.00 MB 2 0
60,778 60,778 0000000005530a77d0e5aa88b3d6f2b71c79d69638c16d1bc77270db65623a53 0.00 MB 1 0
60,777 60,777 000000000bfc943196158b186694f5e9cc7982e49dcf4c5d51e95a7f9ba868e8 0.00 MB 1 0
60,776 60,776 0000000003026a11afa64de032cbf628b6575473926984c29d06431ddffd4514 0.00 MB 2 0
60,775 60,775 000000000a7798b8ed0aebaa1b8681d987ddb06645f588b046c833f6871ec01f 0.00 MB 2 0
60,774 60,774 00000000081373a93aa28fa8494cb42b82e3c5fdac018e500ec2f79b886f1ea1 0.00 MB 1 0
60,773 60,773 000000000e9930344ccdf626c4f41d7d343d9967f0da14c4a34e20da158b440c 0.00 MB 2 0
60,772 60,772 00000000047ef54b4ff6b4e1bfccdcd2102b447cc6ac6df758bdc747d2fdaec8 0.00 MB 1 0
60,771 60,771 000000000e5056ea0002541c7e55978bc565852c716b4eee03975d5a2243b70f 0.00 MB 2 0
60,770 60,770 000000000c4a4e3cf914c9a10ec2311bb6c4cd92c566729a490f1ada498d6d7e 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.86 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,980.80 GB sent, 107.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.