Memory Pool Memory Pool Refreshing

55,770 transactions
35.97 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,446 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,345 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,445 (203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,242 874,242 0000000000000000000289c43be06031b0d04eb5b22b66afdaf599b3155413d3 1.52 MB 4,083 19
874,241 874,241 00000000000000000001a4ec000731a2836a6f5cf1f61bacdda23ecd676494b4 1.50 MB 3,485 16
874,240 874,240 00000000000000000002573f6a389d0251bf8c1992ca12422abdc241f7797095 1.55 MB 3,496 7
874,239 874,239 000000000000000000005fd6adc0a6a80c080785c18a02fe8b20f848ecead754 1.57 MB 3,143 5
874,238 874,238 00000000000000000000a4de1472261da99fa9b9e6c3052251166b0cd3177dd3 1.63 MB 3,637 9
874,237 874,237 00000000000000000000cd54de43ae08aa1e9743a25ea1066bc58d5985dc9ec1 1.75 MB 3,768 7
874,236 874,236 000000000000000000008df6189e8c424b9bedaf79bef0149db1b3afe3e2b712 1.68 MB 3,053 7
874,235 874,235 000000000000000000009bb36bc6d8b1370b794aa4eaf1c63316ab96cab72cfa 1.36 MB 1,108 8
874,234 874,234 00000000000000000002437dba6dfa3a423ff718a90235ffd645e6758c133867 1.38 MB 2,523 11
874,233 874,233 000000000000000000023c5731c639e0837180035fde7b70818d3493c31c22cc 1.31 MB 2,251 10
874,232 874,232 000000000000000000002be66f8374bf4f9703d1faa4244e9d50ba8b08550dbe 1.65 MB 3,283 11
874,231 874,231 00000000000000000000789ba30dd82d27f42cf5fe89ab2c1082fd702e323ffc 1.53 MB 3,249 13
874,230 874,230 00000000000000000000ee2c819a7284350c72da2971e4596425d3265f12fe38 1.46 MB 3,569 20
874,229 874,229 000000000000000000002aeded38e912c073427ee63078a15196f7b7d97bbc2f 1.51 MB 3,785 15
874,228 874,228 00000000000000000000519b57b0f10731064a081470cbf3b5c0352804595e28 1.60 MB 3,372 12
874,227 874,227 000000000000000000020eb80fddd1eb513a3998300cea5b85c8813667a830bc 1.48 MB 4,511 15
874,226 874,226 0000000000000000000226002c93ca2d0cb45e51fec7220e680207e20c739380 1.40 MB 3,610 18
874,225 874,225 00000000000000000000e21c0827f50912b772017cb5a011f7962a3e2154b821 1.46 MB 5,758 14
874,224 874,224 00000000000000000001922df0a2715517fbaa6d2adc00729add39390b434367 1.44 MB 5,871 15
874,223 874,223 00000000000000000000f1d86029b06af40eac9b073d8a11933a800bfcccd430 1.53 MB 5,448 12
874,222 874,222 00000000000000000001b70947fa2909c53a604e68a0fb710240a45838325c8a 1.44 MB 5,307 15
Previous 10 blocks ↓
Total Size: 707.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,781.30 GB sent, 260.66 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.