Memory Pool Memory Pool Refreshing

44,997 transactions
18.94 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,161 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,955 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,160 (521,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,473 350,473 0000000000000000113be23a1c71081bc7d833d012a3df4e1b297ce859246497 0.45 MB 962 26
350,472 350,472 0000000000000000070a899f44e920c53e2a2bb7e37c2e4f2a2f387b015e37b1 0.51 MB 874 23
350,471 350,471 00000000000000000896363df02e446191a7ae33d09afd953cb1789075bf2c93 0.25 MB 617 32
350,470 350,470 0000000000000000025f4ba1eb32aeb17314935f2bdef607b56a607a1d6f6007 0.60 MB 1,211 26
350,469 350,469 00000000000000000fa06bb61564c4d81554b4641c15a514bff2006864f7788b 0.07 MB 134 27
350,468 350,468 0000000000000000054fb47e7e7359055b05943512c6eaa2d9b78a6e517fc63a 0.08 MB 155 21
350,467 350,467 00000000000000000921de8a0df71ef54ebefff6b5e29b6f9e6c72d43a2cb861 0.28 MB 290 14
350,466 350,466 000000000000000014521fcd74114a4ac9f139d3bdde323b065e7da8478c7b76 0.09 MB 179 26
350,465 350,465 0000000000000000117b649dfd701d97a6976be37eda6332f3ddfb8f60b81213 0.18 MB 332 24
350,464 350,464 0000000000000000155c79a698deaf8aff0eb0244f6f1dc5540fab215cfc0231 0.30 MB 630 28
350,463 350,463 0000000000000000052b063918ae931e59ee7dcc3159c6c729ea653f40dfead8 0.07 MB 147 17
350,462 350,462 000000000000000016964e141f41fbad648f04861e8cccc36c989dfbc04ec74d 0.14 MB 224 26
350,461 350,461 00000000000000000f9b08c5d6e71e30dca895d91f2dc9fd05755da0ec264bbd 0.32 MB 696 30
350,460 350,460 0000000000000000009e51c456b4ec9b8f1e2caa3a2e4796990d356587a657a0 0.48 MB 898 25
350,459 350,459 00000000000000000fa9955f6a7bcb8d24156123487307418aae4fa2acdbb5e4 0.04 MB 82 10
350,458 350,458 0000000000000000060bec7e58ccbcf3a06c1865579b9fd45954b61da627b3a4 0.08 MB 214 35
350,457 350,457 00000000000000000e74be517b439b0134f544be4aa22a6daa2094a635b0d086 0.25 MB 454 24
350,456 350,456 00000000000000000b2d605f94cc78fb9f1ea3298198e4a7d885cca38daa574b 0.19 MB 367 19
350,455 350,455 000000000000000006e2b689bd4c955aafde2ff1d96f67e5293f7c4ae9e9b39a 0.75 MB 1,421 28
350,454 350,454 0000000000000000033389ef85e429a2b0e7815fa7ebea068217d51200ab81e4 0.28 MB 465 27
350,453 350,453 000000000000000013f100fcc4ebacdf0b2f85612d399be40fc8488f89563cb0 0.21 MB 415 30
Previous 10 blocks ↓
Total Size: 703.50 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,594.75 GB sent, 234.69 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.