Memory Pool Memory Pool Refreshing

6,394 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,103 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (177,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
730,052 730,052 000000000000000000045554b5f447dd318cafb13c2c1563f3d13186c1c2f9a8 1.40 MB 2,663 25
730,051 730,051 000000000000000000077dd23b0bf0978b8bff13df189c1a07a15aa0aff7533e 1.34 MB 1,501 9
730,050 730,050 00000000000000000002baf2c960881f58c920327f851ef65f7a3e79e379aaa3 1.67 MB 375 1
730,049 730,049 000000000000000000020699a1c523350fd8247946371df62f9aab85d1cf7e7b 1.70 MB 433 1
730,048 730,048 00000000000000000003a3de4f39fc37a50b04d45f4737edf47ad57b72129c54 1.80 MB 1,284 5
730,047 730,047 00000000000000000000578969c964753fcab6c179e085b0f70ab279339deba1 1.59 MB 1,956 11
730,046 730,046 00000000000000000006e7a43433f0dfbf5e19dcac982c4fa6fdcab2a0aedc88 1.69 MB 2,560 3
730,045 730,045 00000000000000000008fdfca923b9b09d5fab11c47fc74f1f7e366e90314aa7 1.44 MB 2,407 15
730,044 730,044 00000000000000000006d93506fcf4c8d7f6ca7f41c48b6761fd9f2b25ed246b 1.52 MB 3,138 5
730,043 730,043 0000000000000000000612e612b36b2e60826aa65bff5d2fb4dc4761a35a93bd 1.67 MB 2,781 7
730,042 730,042 0000000000000000000486d791f79d1529e44a1cf9f01f1754904d29fe463275 1.40 MB 2,844 26
730,041 730,041 00000000000000000004beca2b7ae28c21f7f64da26bc6abd9efafc41c4e8db4 1.45 MB 2,520 15
730,040 730,040 00000000000000000003a3afbfb570404efab3fd846d05c842783b9840c6be79 1.55 MB 2,880 10
730,039 730,039 00000000000000000004c8ba08a8835333a5d98859729c588b18faf73873406b 1.46 MB 619 11
730,038 730,038 000000000000000000087e153e42b8c32eb1e6d41756d74372bab56a5f9b834e 1.41 MB 2,567 24
730,037 730,037 00000000000000000003482b9923109108d8198a7af58a20d79a49dd862b0e40 1.46 MB 2,436 17
730,036 730,036 000000000000000000063cafc167685d512432e92abf2cca828c25acf908323b 1.32 MB 2,316 17
730,035 730,035 00000000000000000000583d82fbff4aa23d40af5d7545c9b3860201dd7dfdd7 1.48 MB 2,761 20
730,034 730,034 00000000000000000007eb94c18319f614524642afaf8ced33c1498949e95c29 1.47 MB 1,915 14
730,033 730,033 00000000000000000005586af12a2a1137441f2cc5faec0c15f035b02a1ca19a 1.66 MB 2,653 15
730,032 730,032 0000000000000000000040c2b8cbe5b6a2bff0afe58dd4bf0bcebfd7848168df 1.83 MB 2,569 20
Previous 10 blocks ↓
Total Size: 769.21 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.37 GB sent, 93.99 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.