Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (10,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,081 897,081 00000000000000000001c85f89d60327c95d1ed63394a0c4cd2f76b3c6c23777 1.71 MB 2,300 7
897,080 897,080 0000000000000000000125a38d41cc0892169140bcc4b0c0504e9eef72a1279f 2.40 MB 2,427 2
897,079 897,079 000000000000000000013242c2e8d92aa77029586bfcbc9d948d1b53715f011d 2.95 MB 919 1
897,078 897,078 00000000000000000000c1b52a0d52219fec5e7baf04deb0530d1cb9b1f83193 1.80 MB 2,482 4
897,077 897,077 00000000000000000001dec928afe55e087ffddeb89388fab829122b91f147e3 1.84 MB 1,944 5
897,076 897,076 00000000000000000000cc449b0444e1b4768d223639951c6c57d6f2d4646278 1.75 MB 1,920 5
897,075 897,075 00000000000000000002492c33829ebe09e0d74a1f1af8951e4e61399f05c293 1.70 MB 2,044 4
897,074 897,074 00000000000000000000da39b5dea14ddb0ab06c34af7326a34a591bb5560f73 1.76 MB 1,908 5
897,073 897,073 000000000000000000024803cfa34143a0a5ce5bfab7d98e2003c7fe4aa18cd6 1.60 MB 3,000 6
897,072 897,072 00000000000000000000afbf46172c6868d4c85fc41c2c6556c6341c48b311c1 2.10 MB 1,353 1
897,071 897,071 0000000000000000000221f1d1ad9ec8822258fe0ca06f40a90a4b2fc7722d1e 2.24 MB 1,781 1
897,070 897,070 000000000000000000016ee029edbedd1f2b849ee7a17f3696908e04eaf7e677 1.85 MB 1,842 4
897,069 897,069 000000000000000000011b4b1aa340ec831ad890a08ccefd059a6c99479cab1a 1.33 MB 1,773 12
897,068 897,068 000000000000000000002ddb0eeaebeb820ff37aff988b75f9f3edc0557fe59f 1.13 MB 461 2
897,067 897,067 0000000000000000000210c1dd7c2c2c661b7dd857da8ff74c00678419437b65 1.34 MB 1,620 6
897,066 897,066 000000000000000000007276bae3cb87d86a2cf35c4bd819fb323c7f532b2ea4 1.40 MB 1,898 6
897,065 897,065 000000000000000000017acd20480fe915b7b5ee510eccf2c47bdbc2bbd5d84a 1.36 MB 1,889 7
897,064 897,064 00000000000000000000be784f7f0a62c7ce91d3a95e9069ec248922d12e6a32 1.54 MB 2,173 9
897,063 897,063 00000000000000000000494f5dd5cae85a7a9ce3363a288884db3f4659bb8b7a 1.28 MB 1,387 5
897,062 897,062 00000000000000000000c7f0d5b3373b36bdda32162193f59417cb07bd932f0d 1.49 MB 2,431 10
897,061 897,061 000000000000000000010fc05ce32b4d3709b404660634414bb5ae9c8a52c12f 1.06 MB 457 2
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.