Memory Pool Memory Pool Refreshing

18,619 transactions
5.96 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,333 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (747,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,702 160,702 000000000000006ec8c967a2d1c98ab06b43dad7b8bdeddd4dee2bf7c2258071 0.03 MB 47 639
160,701 160,701 00000000000007f3c75b67f35b7f79ab15c41ef80492cca8c781dace5180ec53 0.05 MB 100 425
160,700 160,700 0000000000000d0b82afb23e0e65856abc57453d91c51ed7a2851a57bf8c86ea 0.03 MB 44 247
160,699 160,699 00000000000002fc98ee6da1a0ee3a969dfd9ede7d6a44b95d1ac8b357bf0638 0.03 MB 53 235
160,698 160,698 0000000000000d42558cd2444bee11769bf076edae50d162ba68748a6ee83acc 0.05 MB 164 7
160,697 160,697 000000000000088aa3b95a9c223bd5e1be060cf07806e8e22fee2d639d55e703 0.02 MB 53 56
160,696 160,696 0000000000000d58263823825faa24f00913fe40169399396742646271a40e13 0.00 MB 1 0
160,695 160,695 00000000000007694c4609aa815f5dbb667d929138ed7a555c9eb65934d4842f 0.00 MB 6 132
160,694 160,694 00000000000009e988cafbdc8b3435b2768405d4e2ba725e1b88c38707dca537 0.03 MB 61 11
160,693 160,693 0000000000000e40d84f6ef86a456ccc7a77373e1544786d2064de51b43aaad2 0.04 MB 68 103
160,692 160,692 00000000000005c52c054996d23a63943ab80ee5f432a3087a0fc617e8d6daf4 0.00 MB 1 0
160,691 160,691 000000000000081f2c0b7d852d813fe8e66c035d2d0256333818a3c0d7c9cfec 0.09 MB 63 185
160,690 160,690 00000000000000bedcb0f09f2b0738f5086a626e8feeec6b19d3b71a4702421e 0.02 MB 38 54
160,689 160,689 0000000000000977a23ae750d7fab8f63dde6c9def32aaf6a902dbff20880f2d 0.03 MB 39 82
160,688 160,688 0000000000000096fe527075b469abeaf3d3f8311e17b638b7740da6d92daa58 0.01 MB 23 224
160,687 160,687 0000000000000d50c804b63324905fea867b58d8137bfcf604f87a8187240150 0.01 MB 5 22
160,686 160,686 00000000000001822ebb490989ba4cb8760b281bd56ad90b557eea54d8815b2d 0.03 MB 61 162
160,685 160,685 00000000000002812373b8ca1b4b8b4d51be26062b31c3c4a43df2893f0a311a 0.00 MB 6 42
160,684 160,684 000000000000040c20fc74be8dff560b67410537d5295d342249a48dff3de312 0.00 MB 1 0
160,683 160,683 0000000000000dc5ac260d1c1d9e64feae859044f3de3bd11934c0a220d19892 0.02 MB 72 21
160,682 160,682 00000000000000770d531e31315619d295da82497b78bc0b54ceb5901fda0d55 0.00 MB 12 17
Previous 10 blocks ↓
Total Size: 769.02 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,624.37 GB sent, 92.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.