Memory Pool Memory Pool Refreshing

351 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 341 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (108,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
798,769 798,769 00000000000000000001dee9bcb26fe6cc625398f7714133737ec9aec34d12a3 1.81 MB 4,071 11
798,768 798,768 00000000000000000004cae8617f101820e442e01f059443907c232f23ef2273 1.78 MB 3,475 7
798,767 798,767 00000000000000000001e2ceed6902408970327a6c7bb2a1c8655e55b401ca4d 1.29 MB 1,863 14
798,766 798,766 00000000000000000001207c467ddd1c0918377cefdcd76d2545341de4d32e6b 1.49 MB 2,375 11
798,765 798,765 00000000000000000000cdf09f7deb97773266bb5c1fd8358ebb230ca4653c12 1.64 MB 3,623 20
Previous 10 blocks ↓
Total Size: 769.10 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,629.06 GB sent, 93.41 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.