Memory Pool Memory Pool Refreshing

15,845 transactions (3.89 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,032 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,480 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,031 (821,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,740 87,740 0000000000018f474a16c986c50f2c167c71214ac4a9a705f2b92d6f5ce0a1dd 0.00 MB 4 0
87,739 87,739 00000000001266a82499fdcbab0c53a3a43497bfb15a41ac6d9ac60c594f253a 0.00 MB 1 0
87,738 87,738 000000000001462c184a957abbafd52f33a17dc8b973402cdfef9ae120751fa1 0.00 MB 1 0
87,737 87,737 000000000001c6116c1ca8736451873a4b3cba3446b3ee9e0c862a5f2be017ae 0.00 MB 2 0
87,736 87,736 00000000001092fda4385167f0a9c0fceedb1b9399a38677fdd159c48d89e86b 0.00 MB 3 0
87,735 87,735 00000000000e81c7a9ead15e7d4bd3774d301754d5b3fe0466a120192b8fcf72 0.00 MB 2 0
87,734 87,734 0000000000148066fe46e9f940dc429f2045d6ebfbd9a308edc307e2be30133e 0.00 MB 1 0
87,733 87,733 000000000013b459c16d8f67b282ce5a432f92a574b9607b0c2ae3f64bdaaaa2 0.00 MB 4 0
87,732 87,732 000000000000baa384ee039d497680d769fdf347a89959223d768f49eac0b590 0.00 MB 2 0
87,731 87,731 0000000000007b4705e4c558ec2423b991743365370d2a70492ec44f9aa97594 0.00 MB 4 0
87,730 87,730 00000000000c29518a648e546135e4d77063d6edb481214724646320e6979add 0.00 MB 4 0
87,729 87,729 000000000015d5d27525e7b5504e925829e562bf94f55fc8cefb792ce064509c 0.00 MB 1 0
87,728 87,728 00000000000cd8a14e8fbb73073b5736300d4feb436f8e60a878e1c3cd9955f7 0.00 MB 2 0
87,727 87,727 00000000001601da373d2ad59d4043f22f29317c2e3861861e5ae7cd778b4387 0.00 MB 2 0
87,726 87,726 00000000000e03b3afb0ae78b452f6883b28c4494b75303f0c9d93fa9ea9de50 0.00 MB 2 0
87,725 87,725 00000000001109b647042038cd63e48410436782a0ceb0dfd29a5b15345d952e 0.00 MB 2 0
87,724 87,724 0000000000091efceb6d03e78bb3c9a8fed1bca44b634bfbd4de4f49b9e8cbf2 0.00 MB 1 0
87,723 87,723 000000000011f566f73da7b57678b842d2706f15513dcf23a661a45cf3566841 0.00 MB 3 0
87,722 87,722 0000000000165896485e1bdca4739bddfbebbf4ad2c375f1d6a90609d34ee03b 0.00 MB 1 0
87,721 87,721 000000000015139e4477c44b6c89aded9d40f81defdb24f0ccf5fe176696d788 0.00 MB 9 0
87,720 87,720 0000000000030a4ab471fea5c964d4ea414c85921567564e27a3e81c7c7d0c2b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.61 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,894.32 GB sent, 105.52 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.