Memory Pool Memory Pool Refreshing

61,193 transactions
30.40 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,871 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,513 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,870 (146,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,292 696,292 00000000000000000000c4c81260638ac1e39b3b481da5beb9a46b6ff34503b3 1.11 MB 1,597 11
696,291 696,291 000000000000000000107bd94408a855c82e6704a4ef57bcccd99ddad86a4a7b 0.76 MB 1,346 4
696,290 696,290 0000000000000000000c679685f69d0c2db3cf47bf808fd1aa0f068a32dc080b 1.56 MB 3,102 4
696,289 696,289 0000000000000000000b0e138535dc63761b596fbb61d3fdb1cf614059e5f9d2 1.59 MB 2,043 53
696,288 696,288 0000000000000000000f7a4d2957b2286fc0a4cf7097c3e3c902e02d5b1fabbe 1.24 MB 1,539 5
696,287 696,287 000000000000000000029835506d77b6f9238ca2bfe0e31fc11d8806d768c891 1.60 MB 2,593 18
696,286 696,286 00000000000000000001e214afdd247b64f4018a25cd767487d245d2b7c08033 1.30 MB 1,720 10
696,285 696,285 00000000000000000004b424c281231743a4433fc33433058c35ed60ae860fd1 1.36 MB 2,553 10
696,284 696,284 000000000000000000011cba0ff3c309d89fefd75df4d52a23a6019dd5964f44 1.24 MB 960 3
696,283 696,283 00000000000000000005dc5a8e32d7fff208d03d300d06eac726d76937f7fd09 1.46 MB 2,657 23
696,282 696,282 00000000000000000001526e458583eb1659bef1ed925131e6c7a50c0257ebcb 1.14 MB 993 7
696,281 696,281 0000000000000000000c1b6ec20b79c81c1c50f336a5fd8f6d96ffd6bb287033 1.47 MB 2,748 20
696,280 696,280 0000000000000000000544d9bcb396f9d6fe7a895855df78b66b7847bb02303d 1.14 MB 480 2
696,279 696,279 0000000000000000000cefb86486f57fe3037e1c89ce9ded26ab68373f8cb122 1.47 MB 2,973 15
696,278 696,278 0000000000000000000afc6a78b033e393b686514d0008793e1ed8d479c8093c 1.00 MB 81 1
696,277 696,277 0000000000000000000330316a57e338a6f0d3421547ae7b6ef2080f651d8487 1.24 MB 1,399 2
696,276 696,276 00000000000000000005a0b6b6561611d34ccee4483c3e631c69c652e4240db2 1.48 MB 2,911 18
696,275 696,275 00000000000000000007f944a66e1a9393c4a3ddcfa4d2e59eda3a3c7468b512 0.66 MB 1,181 3
696,274 696,274 000000000000000000044401ca50db62b03dfd45d8cef69c8e99cb350bdc2fc1 1.49 MB 3,089 17
696,273 696,273 0000000000000000000ae702616c8cacd44e8531980fa7cc21644bd90c7fbc19 0.62 MB 1,148 18
696,272 696,272 0000000000000000000f7d99224106102f3b2e2f2ff54d07d50db6ab0bea8d1a 1.22 MB 1,459 6
Previous 10 blocks ↓
Total Size: 648.40 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,639.67 GB sent, 51.69 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.