Memory Pool Memory Pool Refreshing

15,202 transactions
5.01 vMB
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,730 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,110 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,729 (677,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,729 224,729 00000000000002afd19324105e429f5d3bd578ff710cf2802f9c59f622e37857 0.49 MB 870 161
224,728 224,728 000000000000010361eb12ea6bf9eb554cdb4c0e2117462bb71389f7b0ba69d2 0.25 MB 669 274
224,727 224,727 0000000000000218c9db769165dd525675bdd21af1277b5d4a51b34ceb27043d 0.25 MB 829 308
224,726 224,726 00000000000001ce1818b77d85d38ec0f24a9aa67baac823ed6f83bb63d9b8ae 0.19 MB 476 223
224,725 224,725 00000000000003d6813cbf6ef67eb0d80889e1376ab36e2857421527487232bb 0.12 MB 205 107
224,724 224,724 0000000000000249a8a8c3da5088453b32c57f19f3b29792416be9a7aad75a9b 0.25 MB 496 214
224,723 224,723 00000000000000576215c02492b1b3b1bc90f3d5697d35c210168ce3551993c8 0.25 MB 355 133
224,722 224,722 00000000000002cc1a41f80bd52b2954be12a145d84c53738103f1def650baad 0.25 MB 598 184
224,721 224,721 000000000000018d3cb6eaaf94d6296469b0d0bc800e6c99d9adaeb3660fff09 0.25 MB 740 243
224,720 224,720 0000000000000340125f814277e738f78e9fdfcbcf1e00ad513c018f8c50388c 0.11 MB 253 205
224,719 224,719 0000000000000195b3c7c455c416eef24beac1e1705fd0be41ee016ff9ee5bb6 0.08 MB 159 197
224,718 224,718 0000000000000215337963cfdeb6777f8c5225f62f3888d4a4082175d3ce43f0 0.25 MB 344 130
224,717 224,717 000000000000016c89f0c7ac422c12d43ebe3768e87cf5a0c832392062838803 0.23 MB 567 226
224,716 224,716 00000000000002c61423264daec1e1b6546fffa4e43b4727b3ae2136417b0b1d 0.08 MB 157 149
224,715 224,715 0000000000000309ea3bcd3d32aa4d487736772779be089cf023a8bf929e3187 0.26 MB 453 160
224,714 224,714 00000000000000604c5d1ff831e96797f4a9c223600e5690dca41199f6aaaf41 0.25 MB 739 355
224,713 224,713 00000000000001aa38f1b3170286a49db8ff2550ec8c2f56aa300f4a0ae1507e 0.10 MB 128 120
224,712 224,712 000000000000018636783e900544280f7e3c9792a1e9e5fb07d68a155fbd50ab 0.25 MB 682 207
224,711 224,711 000000000000003a49c4828ebf1b042f48058f4bbec461b5e3648a30e9e30d4d 0.42 MB 529 6
224,710 224,710 00000000000001874ae76828ac25b0702f14ed394de0c80740c0ae8ef3909439 0.14 MB 268 144
224,709 224,709 00000000000003d26629f8d53f7da9c3c2252b15b16ad00d8e71d0fdc020fe94 0.16 MB 222 90
Previous 10 blocks ↓
Total Size: 758.71 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: 754.51 GB sent, 40.55 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.