Memory Pool Memory Pool Refreshing

9,869 transactions
4.59 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (720,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,733 186,733 00000000000007e1243d84ce8b338a9f7a83e83d48a4cccc42d3df3e4b06f446 0.06 MB 142 102
186,732 186,732 00000000000000abd76b28c00ba1442ad22e22e342f27e11195922f41ffc923a 0.00 MB 1 0
186,731 186,731 0000000000000890924dc7d32b836cedd5b615caae0162150037d287407d1713 0.08 MB 199 127
186,730 186,730 0000000000000632259439bb0df089d990392032a1b2aff97eafc8019925fa6f 0.11 MB 248 142
186,729 186,729 000000000000013efa4b1cb34458bfd08fd60a70ab8fae03603f8449e4c23b8f 0.00 MB 16 86
186,728 186,728 00000000000008b74494fe62124d1fbdfd8465ab266ddddb68ba3520f9bc10c6 0.09 MB 229 120
186,727 186,727 0000000000000253dabc5df9ea7301e4261711048017d880c482678dd44a8534 0.00 MB 15 14
186,726 186,726 000000000000046051dd2d589201d6af0c50ac1b3219969004b6e51417a0542d 0.16 MB 367 115
186,725 186,725 000000000000000381c3f29698411b9d865be56cb84c449bb85aa7430d6aacfd 0.04 MB 163 126
186,724 186,724 000000000000086634143dffb32ce388b2cde84cb4895c5c2c7c87badf237df0 0.04 MB 99 103
186,723 186,723 0000000000000380ae73f3c98a62cbd6530c76b1e47e54427210e37df7614d3b 0.02 MB 83 2
186,722 186,722 00000000000005281dab3c1e1681b206e17cc56afe1c53ebe92019d91c78292a 0.08 MB 195 105
186,721 186,721 000000000000011afa3a15c7f3a621c253c6864abcd4430a95665a45993883d2 0.01 MB 18 66
186,720 186,720 000000000000072392953a8be48e767d44bdf177c9e741b2e4a3bfda7ed3e24b 0.14 MB 268 122
186,719 186,719 00000000000000ff0d109fa655bdee737232621d8f3138dbda3bc6b3f36781c7 0.05 MB 123 77
186,718 186,718 000000000000093496a8742dccc456849968190be2fd96505b26c128784234a4 0.05 MB 123 118
186,717 186,717 00000000000008d764f6b8cc401a8407872afc085096874cec8254af84aa17e7 0.02 MB 71 63
186,716 186,716 000000000000035ec2bcecb59dc1f09293fce7abbbf5d93cde289b1a814f97cd 0.03 MB 100 125
186,715 186,715 000000000000053e21274301f64c735421e134c4c5a52fdf81c9b33ddd37b7b4 0.00 MB 13 44
186,714 186,714 000000000000073702a1e7eae2425bfcd82407b61f52905dfb9081ec01ebab6d 0.01 MB 26 74
186,713 186,713 00000000000007ef30a81ce8d3f311f09f6572973051ab08d06702eae9261ae0 0.04 MB 73 102
Previous 10 blocks ↓
Total Size: 769.03 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,625.32 GB sent, 93.03 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.