Memory Pool Memory Pool Refreshing

5,782 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,535 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (109,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,790 798,790 000000000000000000048b229b5744458f6e496469090b818be8bef765df9347 1.55 MB 3,416 16
798,789 798,789 00000000000000000004426a5fbc111c585c2f1315af930d1c6c94cc644d2c28 1.27 MB 2,316 27
798,788 798,788 00000000000000000000d07d7bf0b768b7783c1d7990d967795f9cb06363f16b 1.48 MB 3,211 18
798,787 798,787 00000000000000000005290c0264c4dd9b3d1e8ffa3a4fc2164f872972b0d47b 2.11 MB 6,246 6
798,786 798,786 00000000000000000001d234c6d73c6d1edc8ea45c2cc7c865ee651fc84c736b 1.53 MB 2,607 7
798,785 798,785 000000000000000000043f747cf5baf6cec2c0108db3fda0e604d5864079e0e5 1.38 MB 2,646 15
798,784 798,784 0000000000000000000207f1eec7e4431d190274c211415a3eadcb1c0a8f849f 1.40 MB 2,868 18
798,783 798,783 000000000000000000010303198ba84076682a60e76431fde67eb5d86ce24d5a 1.66 MB 4,211 10
798,782 798,782 00000000000000000004886e06fb9c3f9d8de7ed12c21f8b48579ee3b0b92e17 1.55 MB 3,168 16
798,781 798,781 0000000000000000000025d5bef6bead561a5f50e93cb80c853157f96860daca 1.62 MB 3,173 10
798,780 798,780 00000000000000000004759ac73e56a070d7cac7c1e1670765db9a16bfea2719 1.60 MB 3,443 12
798,779 798,779 0000000000000000000351b4a85d8eef61d47a15c7bc0d664384d94b668e1a89 1.83 MB 4,584 9
798,778 798,778 000000000000000000034d8470960564651a66bbe0fb9b562fc58b1485b88a0b 1.65 MB 3,165 9
798,777 798,777 00000000000000000002279b1240e497b57fd22f9997ae01c3785ac383f5b09c 1.43 MB 3,075 16
798,776 798,776 000000000000000000011c960db49c6d7267cf94c71482c0cb555989a0b1fa79 1.80 MB 4,642 8
798,775 798,775 0000000000000000000305614245f83b4226a4c6e1253f2a1802512ec8e57e19 2.07 MB 6,378 8
798,774 798,774 000000000000000000044018823a43d065569a8badbcb6ace258c46360f0383f 1.61 MB 3,794 12
798,773 798,773 00000000000000000001e9f63ef17c1589b0c1f069804a4cd94a7472c016ee31 1.74 MB 4,094 13
798,772 798,772 00000000000000000001710cf4730b75e9413284f2bb0557a3fb7444c0014607 1.53 MB 3,107 12
798,771 798,771 00000000000000000001600a279420f47eaa808f9b2ecc5f247890f80cebf9fb 1.98 MB 5,614 7
798,770 798,770 0000000000000000000446543df31af58b1627713e384b2da528060f7169f9bc 1.81 MB 4,984 7
Previous 10 blocks ↓
Total Size: 769.53 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,648.18 GB sent, 95.62 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.