Memory Pool Memory Pool Refreshing

5,367 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (688,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,409 219,409 00000000000001e1680d6c9810e459d4784f52ee50a6702b58fe07df8cc628d8 0.19 MB 426 176
219,408 219,408 000000000000010af72eb501b59a89d800371fbdbf6e61299d603b9c660590ae 0.14 MB 322 168
219,407 219,407 0000000000000519a7d54d4ebf4b5db040e5563f903a6e84ab621d5f4b2d3fec 0.20 MB 538 199
219,406 219,406 00000000000002ec24185d4e8070a9a77459d148074dcc02fa0aab0a152029f7 0.05 MB 102 158
219,405 219,405 00000000000000449ebe067e1bfe5b75a3968548a879147e0edf40764fe0ca29 0.02 MB 35 112
219,404 219,404 0000000000000591f710b2d85beb4cb6867e10ca93722c27b0251a035eecd001 0.11 MB 133 111
219,403 219,403 000000000000022cf54d5f24c17e044e2b58e134f06d5189f9ce38215f090a09 0.25 MB 636 218
219,402 219,402 0000000000000499b0898094d96713cb72ca446752c1078dde638b27d46dbb6a 0.13 MB 154 45
219,401 219,401 000000000000012f293d22d30913618516b808ff2e89340eadfc9228a926b283 0.20 MB 503 174
219,400 219,400 0000000000000246cd2f93500e4162d54febe8fc690ba9993efaf577a453c6cb 0.26 MB 490 168
219,399 219,399 00000000000002f68ce50b691def10eea1622c2917de10fea4823545372ad5c2 0.19 MB 324 134
219,398 219,398 00000000000000627ff7e7e145a38ce27b5d776da6301d398e7e4bdfc39eb4c3 0.06 MB 171 16
219,397 219,397 00000000000005247e3438f4923242237071c994f244db79d316389a39aa7efd 0.25 MB 542 716
219,396 219,396 00000000000004484d7effef99539cdeb41c95693908c48540a96cfce93749c3 0.20 MB 478 208
219,395 219,395 000000000000056b5e5256435d1bf2c8ddbbed9911b5481bf0b2dabb2dde703f 0.26 MB 462 176
219,394 219,394 0000000000000463b6323e59e40232d3d22cefd586bd30137d83f02b22c6c7cf 0.11 MB 251 169
219,393 219,393 00000000000000964f9d2de2c764b7b035d4f22f65dedc0578086c4421c25b42 0.00 MB 1 0
219,392 219,392 0000000000000295bd9ad3be4af12e1d875e9bc71e45664606bea567cc19a48a 0.02 MB 41 604
219,391 219,391 000000000000027222d4af52b04141ea35b8cb3d61d9148f5ced8aaa3d8cce0d 0.16 MB 417 188
219,390 219,390 00000000000000685255d1464e7f0c90a8cf1dcc0144918431abd7caf7a95e55 0.13 MB 296 182
219,389 219,389 00000000000000045d573262c2323b25b9f42065b98afcf0720928a8a40e72ed 0.15 MB 244 131
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.