Memory Pool Memory Pool Refreshing

7,072 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (712,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,841 194,841 00000000000006e112434742e8b28c8bfdd37a92a5d6276c72483c59709fbcef 0.14 MB 256 98
194,840 194,840 0000000000000321f66a3cf6267b915b9a53c261f8d9ebb20a1268ba1e5f8426 0.10 MB 256 52
194,839 194,839 0000000000000506241071b4abad8eb62f129e50d8e60782bc605ae292c83e4b 0.09 MB 263 137
194,838 194,838 00000000000005c3186e59a8a4932c6ed0de3a918b790b39a6eecc06f115991d 0.26 MB 492 143
194,837 194,837 000000000000021f00cfaec416ec2488f008df1ab5c25e6a2d01efbcbcbd57cc 0.07 MB 217 56
194,836 194,836 00000000000004312f5eebc027631826a00604af4b135215f2b28347fc517a2d 0.01 MB 32 0
194,835 194,835 00000000000001b4b2e7429b203dacadd8f8f011f52db77e40fa87cff3be9276 0.06 MB 103 65
194,834 194,834 00000000000005c6df17da9cc6d41d37bfc32336c2f82656c631d4927dafd02c 0.21 MB 579 180
194,833 194,833 00000000000003a66ffea3cd13e5be8471e50630e1adf909ffe9725f0252eb61 0.05 MB 125 68
194,832 194,832 00000000000001a746ec10dee84cb9eb8fcb26dd19483cff1d43b969f489f743 0.01 MB 33 122
194,831 194,831 000000000000062b1e651b999bd83eae11b7cfc34c47022b73a21368ff56da94 0.03 MB 84 115
194,830 194,830 0000000000000150b0b99d72f170b536e7e658d3898602730fecfe5889a3680e 0.05 MB 132 146
194,829 194,829 000000000000058556291395300cd3e55f8a7cb40a1e4afbf2adcc700072159b 0.05 MB 92 100
194,828 194,828 00000000000005ac05ccfee3352ecdc6bb47d8117e8293dc7b5fe9e70cf68aa8 0.03 MB 69 101
194,827 194,827 000000000000004bc7ff4aa6117efbff7d2586e31fd7ab9f0497ee5718c6b526 0.05 MB 116 74
194,826 194,826 0000000000000037694bd35d82c3970439282b465c973ad1d3f74921938a7c3a 0.11 MB 256 131
194,825 194,825 000000000000009b120c852fb65b8021598749f97b412585ed6fd58d4d6bde20 0.11 MB 182 125
194,824 194,824 000000000000052fd98b812e1cbf4366de42cfbdb2035e29038725b75ab12365 0.01 MB 56 0
194,823 194,823 00000000000002860fa6bca61d962c89ae87b096aa6e29ae38da90467353ea52 0.08 MB 130 101
194,822 194,822 000000000000017718e543703bbfd7ed955da43019d7fd3729f676c4f0ab243e 0.00 MB 8 17
194,821 194,821 0000000000000121b19a1a857cdd67c43fd00496b99dda357bea644d2b471c5a 0.00 MB 13 84
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.