Memory Pool Memory Pool Refreshing

22,560 transactions
25.63 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,073 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,072 (341,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,173 520,173 00000000000000000022dc252222b668533ae4979876b69ea0080d2632597624 0.29 MB 645 48
520,172 520,172 0000000000000000000b455257ad9f292d53f29b9fdb846446fd24e2404cc7fa 1.00 MB 1,979 46
520,171 520,171 00000000000000000043db7e37b25742958be19327e27df97cc95fcde3e68010 1.15 MB 2,607 50
520,170 520,170 000000000000000000384af47a863d750c4013a2e55202c2a303f1994bc12801 1.09 MB 798 15
520,169 520,169 0000000000000000001fe25734305b3f24c23082cbcc90517c30237886a0146b 1.00 MB 718 15
520,168 520,168 0000000000000000001a47b84e5d84bf6afd440b0270b505b6ac5a5425181a65 1.14 MB 2,316 16
520,167 520,167 0000000000000000003d0dc4b0246c1c9edab624687aaac21c39758e7b343ae8 1.11 MB 2,072 11
520,166 520,166 0000000000000000001f8e18ba0b905b72453159b7f3e72697a2f55099868bf3 1.21 MB 1,945 20
520,165 520,165 000000000000000000409de83c7e0f0d4178cb94730ff9bd35782c070ddd2f14 1.11 MB 1,821 56
520,164 520,164 0000000000000000001702fa0ec50f1b14781dee247556907f788e112676420e 1.27 MB 3,303 47
520,163 520,163 00000000000000000003a01d6402ba00daa62576f7d85c53d103623107b9c149 1.08 MB 2,252 116
520,162 520,162 0000000000000000003f31a84259e54d868cd909386114d933555eac2897da75 1.14 MB 2,404 55
520,161 520,161 0000000000000000000f6f0188bc6a642dc8c55a6c793d24b903e2cf88e8a100 1.12 MB 2,597 57
520,160 520,160 0000000000000000002e6f51da36602d9475d4d61e1cacd8d1d8d65327cc7e97 1.18 MB 2,119 27
520,159 520,159 0000000000000000003666e405b2a379ee80db221dbe238a56753093b9b5f7c6 1.26 MB 2,014 66
520,158 520,158 00000000000000000023e51984f8900530609d7395da8c5458cd245a2d4741a4 1.17 MB 2,941 96
520,157 520,157 0000000000000000000407bd76ce4fd0d480c435b21ebeb434044bcb842a7382 1.20 MB 2,673 76
520,156 520,156 00000000000000000000960ed49f8b5b14943b67377a15bcaca76ce5675a0873 1.03 MB 711 11
520,155 520,155 00000000000000000030052cdbff9a8cf6d5670e7d26bdd52900433eeef90095 1.14 MB 2,383 58
520,154 520,154 000000000000000000091688732b10b1c7e769555fc1b2e0be13e7acfad36bd5 1.13 MB 2,170 59
520,153 520,153 0000000000000000003716018a73b9a4e040249f890efaa341d4bee8b6110178 1.26 MB 2,422 41
Previous 10 blocks ↓
Total Size: 684.30 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: 1,333.33 GB sent, 100.30 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.