Memory Pool Memory Pool Refreshing

8,371 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,860 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (686,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,733 221,733 00000000000001bb6d8eb8286a794df5a22b5a0b47f0b6ba90de9b12e45ae1bf 0.05 MB 113 1,002
221,732 221,732 0000000000000026988af85c7f17ab11a6971f8ab39d7f48f52ca3005546f069 0.00 MB 10 317
221,731 221,731 0000000000000105c711febc1ee33f3e513b9f30d5658978b1f6209f20147ee9 0.06 MB 115 26
221,730 221,730 00000000000003c69393c21aafea3a74d40bbbd04b23847915f40c1ecc6e3d49 0.25 MB 500 174
221,729 221,729 0000000000000448ad4f64e0f6164f1e9b8e12f7d3fcc5a410d06784d2f319f7 0.07 MB 193 183
221,728 221,728 00000000000001787d751c07dc1853ba9914151291b18a614aee5e1d7e6d2415 0.05 MB 104 62
221,727 221,727 0000000000000399325a94a245c7b4cc6e3166b5eba4fcf261d23e33da636a95 0.17 MB 407 174
221,726 221,726 0000000000000066f551cecd98fce192c39c74f086ac7a359528ee36b35948aa 0.17 MB 291 221
221,725 221,725 00000000000001404f9c75fec1f0e35e2c05f87b3d5257ff264e1c81b7458697 0.07 MB 141 112
221,724 221,724 000000000000015be6d15b87f7ca6fd8ef40a8e445d012381a5395170546e701 0.15 MB 293 178
221,723 221,723 00000000000003e6955929708c37668db6ca05d39baf16f0895a9c9de6f466cf 0.25 MB 587 215
221,722 221,722 000000000000050501d1124c789e1943ac363f89c747179a3b1ec1cc578c88ff 0.03 MB 71 199
221,721 221,721 00000000000004eeede3d6e02f24698cc4a559f979fe6ae12d564a048a94a518 0.03 MB 43 100
221,720 221,720 00000000000001ef6e0d7b96e1a2f390275059a60e94980f59c6841c92b7fae0 0.07 MB 165 207
221,719 221,719 00000000000000e21c4b158a2fb0cecf818b9b3621372ad33a467c2d98f0a621 0.05 MB 75 122
221,718 221,718 00000000000001f2bdc845572d84ecbd0ea901043672148df3b5160de07e07f8 0.03 MB 73 36
221,717 221,717 00000000000002740e7a0c84baaabf7fc13bf9dc7d7b4199b2dd340c521628f1 0.18 MB 330 167
221,716 221,716 000000000000015861a70bc7891453eeb60cca73b999bace0bcbced5feb16fbb 0.02 MB 52 160
221,715 221,715 00000000000003251b04d0a7c2b38bbdb842a3423acfb157972bf963414217c2 0.01 MB 32 123
221,714 221,714 000000000000036db39de157ff669fe0a167310fbf00304b65336ab4f2771946 0.12 MB 145 443
221,713 221,713 00000000000000ced46251f9b5f648db6e21851542c73cb8c5bd2891d2ef07fe 0.04 MB 63 123
Previous 10 blocks ↓
Total Size: 769.29 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,635.96 GB sent, 94.37 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.