Memory Pool Memory Pool Refreshing

2,226 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,212 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (86,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,688 821,688 0000000000000000000170106e96a4e5413f504bf1c93f8658e61fe7db63ef2f 1.76 MB 4,739 200
821,687 821,687 00000000000000000002e738055cd60f736bb457a60a1ca60f4558e0e99821a0 1.66 MB 4,202 212
821,686 821,686 00000000000000000002cffad286457a0ebcafe4bfab25e4a30d37157b5121a0 1.70 MB 4,493 205
821,685 821,685 00000000000000000000bf10626a6b777199a55e261955d7d29d9bcc4f27244c 1.32 MB 1,847 176
821,684 821,684 0000000000000000000166490c681862b94f915cef2b2586e8ab574dbca1a962 1.55 MB 3,525 166
821,683 821,683 000000000000000000000c1b9ba7bf084dae6de74e7440f47eae05169937b804 1.66 MB 3,003 182
821,682 821,682 00000000000000000003d2d409203f83b25da44ec908e31d0d992c39ce6ced38 1.70 MB 3,127 211
821,681 821,681 00000000000000000003828dbb2355fd044db9668e27f04f58a06fe2939b7743 1.71 MB 3,979 271
821,680 821,680 000000000000000000035d8dd37758d4f40b9081ebc6cc0de839beaa7a34600b 1.63 MB 4,089 313
821,679 821,679 000000000000000000023a352f3e258908c28796169527c59698ee903823652e 1.56 MB 3,350 191
821,678 821,678 000000000000000000008f8e7ddb3c7cb8eeafff8f1408affe281643da6985f9 1.65 MB 3,435 207
821,677 821,677 00000000000000000003bc87e5ed37b5dc7d89bece329a96ee9c2b10e13eb0e1 1.71 MB 4,336 240
821,676 821,676 0000000000000000000164c2e7680b4ddba5ae39d9925135372773e911d1021a 1.10 MB 594 215
821,675 821,675 0000000000000000000244977d72f4697d8ac56460b8e204780c7104b15b047a 1.40 MB 2,408 261
821,674 821,674 0000000000000000000101c38dfba12b169c8b36d4e39b321600768dfbde221a 1.54 MB 3,312 229
821,673 821,673 0000000000000000000293a43116fc0c5811c7ab6667245121ccfe0877475f89 1.65 MB 4,400 281
821,672 821,672 0000000000000000000157d735a95affa56f3e4249eb0d42513e0390a958debf 1.60 MB 3,540 444
821,671 821,671 00000000000000000000cc0621f35761658b9c921268ee55b2731cf691cb719d 1.72 MB 4,675 308
821,670 821,670 0000000000000000000167ceb4c3334840a07a66b746869a609156a81c5614af 1.77 MB 4,966 250
821,669 821,669 000000000000000000013dfe1cf127f8b9277fdd23fae2d30f1d953bfbc8b388 1.60 MB 3,763 388
821,668 821,668 0000000000000000000227505946968ccdad0f08b78e5deddfe58ed1aa909f8c 1.44 MB 2,371 219
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.