Memory Pool Memory Pool Refreshing

12,320 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (77,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,617 830,617 0000000000000000000066225a92ef526d6062f06e127451afc9ed06da223fb4 1.82 MB 1,922 32
830,616 830,616 000000000000000000013e6635363a688a59bd2c98466f51116e7b9c4361e716 1.87 MB 2,442 37
830,615 830,615 00000000000000000001c107617d7cfbf4e96be3196e36a7f172c5600b413cd2 1.63 MB 3,232 47
830,614 830,614 0000000000000000000174a882919ba6b7f6d7bdbeef5fe713a475024812d35a 2.19 MB 1,365 15
830,613 830,613 00000000000000000001c481e1ac43dddaefd6c02f775f97f0a75435612d6351 2.17 MB 2,170 24
830,612 830,612 00000000000000000000ba99095756b0c06ade8e2964bb906393209da0781ece 1.59 MB 3,325 34
830,611 830,611 00000000000000000002abf01b209baad3e9981233b9df9f0158c54741771314 1.57 MB 3,306 41
830,610 830,610 0000000000000000000165eb2d431a3c8c798b251d02ad64642de413adf67277 2.54 MB 1,004 15
830,609 830,609 0000000000000000000092acb5bc34cafde28a32e1202a2a14ff803a771171fc 2.84 MB 1,300 16
830,608 830,608 00000000000000000002e3dc816902d7978457408559caa88c7b237a986ebcfd 1.67 MB 3,085 29
830,607 830,607 000000000000000000004a40e5df47e6bfec2fb155332f57be5c930c3f13e4c4 1.91 MB 2,751 22
830,606 830,606 000000000000000000013154cf159131df82c6fb9859794f8391cf131d99265a 1.60 MB 3,332 43
830,605 830,605 0000000000000000000128d4aa26b874605c398673156a4b61644513c5c11fcd 2.44 MB 1,770 23
830,604 830,604 000000000000000000008577ff8229989cf555b6d1efa8b086e2b743fa79f17d 2.20 MB 1,714 22
830,603 830,603 000000000000000000022065b09010798eea7d507503fec88a147b81f64c8323 1.87 MB 2,076 28
830,602 830,602 000000000000000000000dcc5eec8a1b7ffc78715cefe1d15e4e0f7245e50498 1.92 MB 2,395 31
830,601 830,601 00000000000000000001c667d033aec8adbb1bf825237c68d72601329df8b2e8 2.08 MB 863 33
830,600 830,600 000000000000000000028fa3c268de62926b22be3d80e59ea21e1f6597d50a7f 1.55 MB 2,935 43
830,599 830,599 00000000000000000003130859cd56d4cc7c4a2df74955afd4c80e68e319f347 1.91 MB 1,424 36
830,598 830,598 00000000000000000001418078604a838dc7c8339aadd7c718deb80d8db64e71 1.74 MB 3,278 39
830,597 830,597 000000000000000000012314d47c939c4da3fe627eb9050769b29409dd248cba 1.52 MB 3,563 50
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.