Memory Pool Memory Pool Refreshing

4,343 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (860,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,841 47,841 000000001f16f227a08cbe4b45edda388733c30afc37a8d094edd10f4a250852 0.00 MB 1 0
47,840 47,840 000000001622d797debddac881d7b0991cd893a6ea69692848fa8ea2b4ab4cce 0.00 MB 1 0
47,839 47,839 000000000435e8648fe451bd922535607e94bca2d466d59eee0759d5cbba8af6 0.00 MB 1 0
47,838 47,838 0000000003a9c53b183156448a0b9c849503f9b525dd15f649d4d214c9fabc97 0.00 MB 1 0
47,837 47,837 00000000016dcda870ca87c9cd04ed379e84344ba9e875654b1fd7fe0fdd9895 0.00 MB 1 0
47,836 47,836 0000000000186ac35c2a0b6ead9299e19c800ec5a88c32be350fcf6f9e8abd83 0.00 MB 1 0
47,835 47,835 0000000024b904747bf7091eafafbd1dea11d4c55cb4272346184104b5f32ced 0.00 MB 1 0
47,834 47,834 000000002e6dce7a41f162480190ce11b7fc579e4cc91f4027bc3d25563e9e4f 0.00 MB 1 0
47,833 47,833 000000002db30156aa534eb4fd977f1f0d5005246c7de76bf469e841286aba51 0.00 MB 1 0
47,832 47,832 000000001b155665b64b893e97a026b88b5c909a246834d580def5de271ba5b2 0.00 MB 1 0
47,831 47,831 00000000330142bcf10650606bd9497eb78b84377235925615d9391726389c56 0.00 MB 2 0
47,830 47,830 0000000005e65c9a1a33f151819c34c87b26740b59d3266d599f5375e4e7b74d 0.00 MB 1 0
47,829 47,829 000000001020db5b1c0f6ae61809f0f61c8f0d2880fd621de470e9db2dcf04c5 0.00 MB 1 0
47,828 47,828 0000000036be54225a7d3fb266f2f23c8890b761bdf4e9e3430072efe76ed567 0.00 MB 1 0
47,827 47,827 000000000e00483e41575c86d4b6b9389c23833cba90769bde359b5270f4e5c5 0.00 MB 1 0
47,826 47,826 00000000226f7a96c8300919c93532bc82d05c91b7653fde8b984ab8839dc85e 0.00 MB 1 0
47,825 47,825 000000001aa3da4cdc3ac96d0d10b832bb4a76fdcbc0624914b7d46db6d7d928 0.00 MB 1 0
47,824 47,824 0000000017fe14fcf8c5cd5295ab63d594309f93432c697abf66a6598d63c7d5 0.00 MB 1 0
47,823 47,823 000000003376c4f9d7dab4ab00d99f3c753ad004b9e2535c3927af463c2bf8c7 0.00 MB 1 0
47,822 47,822 000000001c334b8be72919831286fd50724bc822a55e25f9691079fdc1f5a797 0.00 MB 1 0
47,821 47,821 000000001515ee65396b6150e5c699d17ce36018da9a3404706e15927ddd50ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.18 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.