Memory Pool Memory Pool Refreshing

6,789 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,829 (25,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,711 882,711 0000000000000000000089704d5a5a524f2cdd34c73ddd7c641fb51ebd142759 1.72 MB 3,748 2
882,710 882,710 000000000000000000000d525d436e6c29920409a27f6a36a503e4a6dbdf2a9e 1.69 MB 3,952 2
882,709 882,709 000000000000000000011424d7e92009ebe10759de8b4032749c1df9a6c23187 1.48 MB 3,285 5
882,708 882,708 00000000000000000000e0bb88dc788539a1bfffdf647441263417dc6d1810fd 1.68 MB 3,445 3
882,707 882,707 00000000000000000001924b119b819c5ca3ff60f5a2c40de7e5b833836b5af5 1.72 MB 3,370 3
882,706 882,706 00000000000000000000332deb05097bdd9f771d786ad67fd05a33a63edfc8fc 1.72 MB 4,336 5
882,705 882,705 0000000000000000000028c6973ffd3c1acf7828f348271592d4ca29823e0515 1.70 MB 4,098 5
882,704 882,704 0000000000000000000024c659690bfc199cd299619476183b0da4093d107edc 1.83 MB 4,870 2
882,703 882,703 00000000000000000001b4f75705c542ca24788b697582273c5f9f1df200269d 1.91 MB 5,390 3
882,702 882,702 000000000000000000002767afa739d6c178b94909fcd8ff37a8cb82c78d334a 1.71 MB 3,897 3
882,701 882,701 00000000000000000000db5a46c97f92d6228f90b84b338a8976db24e4bad211 1.68 MB 4,076 5
882,700 882,700 0000000000000000000130e970ba5272bdabcacdecb3214b8b2498a29040069b 1.79 MB 4,975 2
882,699 882,699 00000000000000000002057974932a64cc60614380939e1aae23a44418bf8490 1.62 MB 3,897 5
882,698 882,698 0000000000000000000157e26a340c76405357ff238a8e44347b03292ab19c4f 1.82 MB 4,923 2
882,697 882,697 000000000000000000026ad5c7d3532788114b1d699fcc5d43dc310db2c4add6 1.66 MB 4,018 3
882,696 882,696 00000000000000000002864bd1fa4780f713d8f34cef17f54d3d25ef6db7feb1 1.80 MB 4,845 1
882,695 882,695 00000000000000000001be3d777910574aaa41edbe26e6c099663813aded0422 1.80 MB 4,700 2
882,694 882,694 00000000000000000002733c562c0648ec4a3d5ab46bf44a9a9ae52a62346e8a 1.76 MB 4,213 4
882,693 882,693 000000000000000000016e45092e9719b53afdc35d32616cdb9d2522ecb5f859 1.66 MB 3,637 5
882,692 882,692 00000000000000000001b57415807c323580dd3a98de61c94f813f4d4280748d 1.85 MB 4,205 2
882,691 882,691 00000000000000000000dfa0777d81f85ee1ba7bdb3124907a59088f7d113192 1.65 MB 3,931 4
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.04 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.